#124228

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

Shades of Zuccini #124228

Tints of Zuccini #124228

Color information

#124228 (or 0x124228) is unknown color: approx Zuccini. HEX triplet: 12, 42 and 28. RGB value is (18,66,40). Sum of RGB (Red+Green+Blue) = 18+66+40=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #124228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124228 is #EDBDD7. Grayscale: #303030. Windows color (decimal): -15580632 or 2638354. OLE color: 2638354.

HSL color Cylindrical-coordinate representation of color #124228: hue angle of 147.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124228 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB186640-
CMYK0.7300.390.74
HSL147.5º57.14%16.47%-
HSV(B)147.5º72.73%25.88%-
XYZ2.584.182.68-
YUV48.68123.1106.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=14.52%
G=53.23%
B=32.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866400.7300.390.74147.557.1416.47
Hex124228490274A943910
Octal22102501110471122247120
Binary1001010000101010001001001010011110010101001010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124228; }

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

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

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

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

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

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

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

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