#19432F

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

Shades of Zuccini #19432F

Tints of Zuccini #19432F

Color information

#19432F (or 0x19432F) is unknown color: approx Zuccini. HEX triplet: 19, 43 and 2F. RGB value is (25,67,47). Sum of RGB (Red+Green+Blue) = 25+67+47=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #19432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19432F is #E6BCD0. Grayscale: #343434. Windows color (decimal): -15121617 or 3097369. OLE color: 3097369.

HSL color Cylindrical-coordinate representation of color #19432F: hue angle of 151.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19432F is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB256747-
CMYK0.6300.300.74
HSL151.43º45.65%18.04%-
HSV(B)151.43º62.69%26.27%-
XYZ2.924.433.39-
YUV52.16125.09108.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=17.99%
G=48.20%
B=33.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567470.6300.300.74151.4345.6518.04
Hex19432F3F01E4A972e12
Octal3110357770361122275622
Binary11001100001110111111111101111010010101001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19432F; }

 p { color: rgb(25,67,47); }

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

<style>
 a { background-color: #19432F; }

 a { background-color: rgb(25,67,47); }

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

<style>
 span { border-color: #19432F; }

 span { border-color: rgb(25,67,47); }

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