#19472D

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

Shades of Zuccini #19472D

Tints of Zuccini #19472D

Color information

#19472D (or 0x19472D) is unknown color: approx Zuccini. HEX triplet: 19, 47 and 2D. RGB value is (25,71,45). Sum of RGB (Red+Green+Blue) = 25+71+45=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #19472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472D is #E6B8D2. Grayscale: #363636. Windows color (decimal): -15120595 or 2967321. OLE color: 2967321.

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

Color convert

RGB257145-
CMYK0.6500.370.72
HSL146.09º47.92%18.82%-
HSV(B)146.09º64.79%27.84%-
XYZ3.134.93.26-
YUV54.28122.76107.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=17.73%
G=50.35%
B=31.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571450.6500.370.72146.0947.9218.82
Hex19472D4102548923013
Octal31107551010451102226023
Binary1100110001111011011000001010010110010001001001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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