#124A27

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

Shades of Zuccini #124A27

Tints of Zuccini #124A27

Color information

#124A27 (or 0x124A27) is unknown color: approx Zuccini. HEX triplet: 12, 4A and 27. RGB value is (18,74,39). Sum of RGB (Red+Green+Blue) = 18+74+39=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #124A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A27 is #EDB5D8. Grayscale: #353535. Windows color (decimal): -15578585 or 2574866. OLE color: 2574866.

HSL color Cylindrical-coordinate representation of color #124A27: hue angle of 142.5º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A27 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB187439-
CMYK0.7600.470.71
HSL142.5º60.87%18.04%-
HSV(B)142.5º75.68%29.02%-
XYZ3.065.172.76-
YUV53.27119.95102.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 74 (29.30% from 255) = 56.49%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=13.74%
G=56.49%
B=29.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874390.7600.470.71142.560.8718.04
Hex124A274C02F478e3d12
Octal22112471140571072167522
Binary1001010010101001111001100010111110001111000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124A27; }

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

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

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

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

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

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

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

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