#124731

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

Shades of Zuccini #124731

Tints of Zuccini #124731

Color information

#124731 (or 0x124731) is unknown color: approx Zuccini. HEX triplet: 12, 47 and 31. RGB value is (18,71,49). Sum of RGB (Red+Green+Blue) = 18+71+49=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #124731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124731 is #EDB8CE. Grayscale: #343434. Windows color (decimal): -15579343 or 3229458. OLE color: 3229458.

HSL color Cylindrical-coordinate representation of color #124731: hue angle of 155.09º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124731 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB187149-
CMYK0.7500.310.72
HSL155.09º59.55%17.45%-
HSV(B)155.09º74.65%27.84%-
XYZ3.064.863.68-
YUV52.64125.94103.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=13.04%
G=51.45%
B=35.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871490.7500.310.72155.0959.5517.45
Hex1247314B01F489b3c11
Octal22107611130371102337421
Binary100101000111110001100101101111110010001001101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124731; }

 p { color: rgb(18,71,49); }

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

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

 a { background-color: rgb(18,71,49); }

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

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

 span { border-color: rgb(18,71,49); }

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