#124027

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

Shades of Zuccini #124027

Tints of Zuccini #124027

Color information

#124027 (or 0x124027) is unknown color: approx Zuccini. HEX triplet: 12, 40 and 27. RGB value is (18,64,39). Sum of RGB (Red+Green+Blue) = 18+64+39=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #124027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124027 is #EDBFD8. Grayscale: #2F2F2F. Windows color (decimal): -15581145 or 2572306. OLE color: 2572306.

HSL color Cylindrical-coordinate representation of color #124027: hue angle of 147.39º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124027 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB186439-
CMYK0.7200.390.75
HSL147.39º56.1%16.08%-
HSV(B)147.39º71.88%25.1%-
XYZ2.453.942.55-
YUV47.4123.26107.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=14.88%
G=52.89%
B=32.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864390.7200.390.75147.3956.116.08
Hex124027480274B933810
Octal22100471100471132237020
Binary1001010000001001111001000010011110010111001001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124027; }

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

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

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

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

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

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

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

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