#124726

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

Shades of Zuccini #124726

Tints of Zuccini #124726

Color information

#124726 (or 0x124726) is unknown color: approx Zuccini. HEX triplet: 12, 47 and 26. RGB value is (18,71,38). Sum of RGB (Red+Green+Blue) = 18+71+38=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #124726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124726 is #EDB8D9. Grayscale: #333333. Windows color (decimal): -15579354 or 2508562. OLE color: 2508562.

HSL color Cylindrical-coordinate representation of color #124726: hue angle of 142.64º 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 #124726 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB187138-
CMYK0.7500.460.72
HSL142.64º59.55%17.45%-
HSV(B)142.64º74.65%27.84%-
XYZ2.854.782.61-
YUV51.39120.44104.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=14.17%
G=55.91%
B=29.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871380.7500.460.72142.6459.5517.45
Hex1247264B02E488f3c11
Octal22107461130561102177421
Binary1001010001111001101001011010111010010001000111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124726; }

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

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

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

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

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

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

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

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