#124927

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

Shades of Zuccini #124927

Tints of Zuccini #124927

Color information

#124927 (or 0x124927) is unknown color: approx Zuccini. HEX triplet: 12, 49 and 27. RGB value is (18,73,39). Sum of RGB (Red+Green+Blue) = 18+73+39=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #124927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124927 is #EDB6D8. Grayscale: #343434. Windows color (decimal): -15578841 or 2574610. OLE color: 2574610.

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

Color convert

RGB187339-
CMYK0.7500.470.71
HSL142.91º60.44%17.84%-
HSV(B)142.91º75.34%28.63%-
XYZ35.042.73-
YUV52.68120.28103.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 39 (15.62% from 255) = 30%
R=13.85%
G=56.15%
B=30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873390.7500.470.71142.9160.4417.84
Hex1249274B02F478f3c12
Octal22111471130571072177422
Binary1001010010011001111001011010111110001111000111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124927; }

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

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

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

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

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

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

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

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