#19462B

Color #19462B Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #19462B

Tints of Zuccini #19462B

Color information

#19462B (or 0x19462B) is unknown color: approx Zuccini. HEX triplet: 19, 46 and 2B. RGB value is (25,70,43). Sum of RGB (Red+Green+Blue) = 25+70+43=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #19462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19462B is #E6B9D4. Grayscale: #353535. Windows color (decimal): -15120853 or 2835993. OLE color: 2835993.

HSL color Cylindrical-coordinate representation of color #19462B: hue angle of 144º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19462B is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB257043-
CMYK0.6400.390.73
HSL144º47.37%18.63%-
HSV(B)144º64.29%27.45%-
XYZ3.034.763.04-
YUV53.47122.09107.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=18.12%
G=50.72%
B=31.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570430.6400.390.7314447.3718.63
Hex19462B4002749902f13
Octal31106531000471112205723
Binary1100110001101010111000000010011110010011001000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19462B; }

 p { color: rgb(25,70,43); }

 H1.HeaderClassName
 {
   color: #19462B;
 }
 .AnyTagClassName
 {
   color: #19462B;
 }
</style>
background-color css

<style>
 a { background-color: #19462B; }

 a { background-color: rgb(25,70,43); }

 div.DivClassName
 {
   background-color: #19462B;
 }
 .BgClassName
 {
   background-color: #19462B;
 }
</style>
border-color css

<style>
 span { border-color: #19462B; }

 span { border-color: rgb(25,70,43); }

 td.TdClassName
 {
   border-color: #19462B;
 }
 .TagClassName
 {
   border-color: #19462B;
 }
</style>