#124630

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

Shades of Zuccini #124630

Tints of Zuccini #124630

Color information

#124630 (or 0x124630) is unknown color: approx Zuccini. HEX triplet: 12, 46 and 30. RGB value is (18,70,48). Sum of RGB (Red+Green+Blue) = 18+70+48=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #124630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124630 is #EDB9CF. Grayscale: #333333. Windows color (decimal): -15579600 or 3163666. OLE color: 3163666.

HSL color Cylindrical-coordinate representation of color #124630: hue angle of 154.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124630 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB187048-
CMYK0.7400.310.73
HSL154.62º59.09%17.25%-
HSV(B)154.62º74.29%27.45%-
XYZ2.974.723.55-
YUV51.94125.77103.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=13.24%
G=51.47%
B=35.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870480.7400.310.73154.6259.0917.25
Hex1246304A01F499b3b11
Octal22106601120371112337321
Binary100101000110110000100101001111110010011001101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124630; }

 p { color: rgb(18,70,48); }

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

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

 a { background-color: rgb(18,70,48); }

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

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

 span { border-color: rgb(18,70,48); }

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