#124227

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

Shades of Zuccini #124227

Tints of Zuccini #124227

Color information

#124227 (or 0x124227) is unknown color: approx Zuccini. HEX triplet: 12, 42 and 27. RGB value is (18,66,39). Sum of RGB (Red+Green+Blue) = 18+66+39=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #124227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124227 is #EDBDD8. Grayscale: #303030. Windows color (decimal): -15580633 or 2572818. OLE color: 2572818.

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

Color convert

RGB186639-
CMYK0.7300.410.74
HSL146.25º57.14%16.47%-
HSV(B)146.25º72.73%25.88%-
XYZ2.564.172.59-
YUV48.57122.6106.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=14.63%
G=53.66%
B=31.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866390.7300.410.74146.2557.1416.47
Hex124227490294A923910
Octal22102471110511122227120
Binary1001010000101001111001001010100110010101001001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124227; }

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

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

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

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

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

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

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

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