#19472F

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

Shades of Zuccini #19472F

Tints of Zuccini #19472F

Color information

#19472F (or 0x19472F) is unknown color: approx Zuccini. HEX triplet: 19, 47 and 2F. RGB value is (25,71,47). Sum of RGB (Red+Green+Blue) = 25+71+47=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #19472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472F is #E6B8D0. Grayscale: #363636. Windows color (decimal): -15120593 or 3098393. OLE color: 3098393.

HSL color Cylindrical-coordinate representation of color #19472F: hue angle of 148.7º 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 #19472F is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB257147-
CMYK0.6500.340.72
HSL148.7º47.92%18.82%-
HSV(B)148.7º64.79%27.84%-
XYZ3.174.923.47-
YUV54.51123.76106.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=17.48%
G=49.65%
B=32.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571470.6500.340.72148.747.9218.82
Hex19472F4102248953013
Octal31107571010421102256023
Binary1100110001111011111000001010001010010001001010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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