#124928

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

Shades of Zuccini #124928

Tints of Zuccini #124928

Color information

#124928 (or 0x124928) is unknown color: approx Zuccini. HEX triplet: 12, 49 and 28. RGB value is (18,73,40). Sum of RGB (Red+Green+Blue) = 18+73+40=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #124928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124928 is #EDB6D7. Grayscale: #343434. Windows color (decimal): -15578840 or 2640146. OLE color: 2640146.

HSL color Cylindrical-coordinate representation of color #124928: hue angle of 144º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124928 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB187340-
CMYK0.7500.450.71
HSL144º60.44%17.84%-
HSV(B)144º75.34%28.63%-
XYZ3.025.052.82-
YUV52.79120.78103.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=13.74%
G=55.73%
B=30.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873400.7500.450.7114460.4417.84
Hex1249284B02D47903c12
Octal22111501130551072207422
Binary1001010010011010001001011010110110001111001000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124928; }

 p { color: rgb(18,73,40); }

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

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

 a { background-color: rgb(18,73,40); }

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

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

 span { border-color: rgb(18,73,40); }

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