#19472B

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

Shades of Zuccini #19472B

Tints of Zuccini #19472B

Color information

#19472B (or 0x19472B) is unknown color: approx Zuccini. HEX triplet: 19, 47 and 2B. RGB value is (25,71,43). Sum of RGB (Red+Green+Blue) = 25+71+43=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #19472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472B is #E6B8D4. Grayscale: #363636. Windows color (decimal): -15120597 or 2836249. OLE color: 2836249.

HSL color Cylindrical-coordinate representation of color #19472B: hue angle of 143.48º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19472B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB257143-
CMYK0.6500.390.72
HSL143.48º47.92%18.82%-
HSV(B)143.48º64.79%27.84%-
XYZ3.094.893.07-
YUV54.05121.76107.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=17.99%
G=51.08%
B=30.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571430.6500.390.72143.4847.9218.82
Hex19472B41027488f3013
Octal31107531010471102176023
Binary1100110001111010111000001010011110010001000111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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