#124627

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

Shades of Zuccini #124627

Tints of Zuccini #124627

Color information

#124627 (or 0x124627) is unknown color: approx Zuccini. HEX triplet: 12, 46 and 27. RGB value is (18,70,39). Sum of RGB (Red+Green+Blue) = 18+70+39=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #124627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124627 is #EDB9D8. Grayscale: #323232. Windows color (decimal): -15579609 or 2573842. OLE color: 2573842.

HSL color Cylindrical-coordinate representation of color #124627: hue angle of 144.23º 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 #124627 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB187039-
CMYK0.7400.440.73
HSL144.23º59.09%17.25%-
HSV(B)144.23º74.29%27.45%-
XYZ2.814.662.67-
YUV50.92121.27104.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=14.17%
G=55.12%
B=30.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870390.7400.440.73144.2359.0917.25
Hex1246274A02C49903b11
Octal22106471120541112207321
Binary1001010001101001111001010010110010010011001000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124627; }

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

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

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

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

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

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

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

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