#126C20

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

Shades of Camarone #126C20

Tints of Camarone #126C20

Color information

#126C20 (or 0x126C20) is unknown color: approx Camarone. HEX triplet: 12, 6C and 20. RGB value is (18,108,32). Sum of RGB (Red+Green+Blue) = 18+108+32=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #126C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C20 is #ED93DF. Grayscale: #484848. Windows color (decimal): -15569888 or 2124818. OLE color: 2124818.

HSL color Cylindrical-coordinate representation of color #126C20: hue angle of 129.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C20 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1810832-
CMYK0.8300.700.58
HSL129.33º71.43%24.71%-
HSV(B)129.33º83.33%42.35%-
XYZ5.8710.963.17-
YUV72.43105.1889.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 108 (42.58% from 255) = 68.35%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=11.39%
G=68.35%
B=20.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108320.8300.700.58129.3371.4324.71
Hex126C20530463A814719
Octal221544012301067220110731
Binary10010110110010000010100110100011011101010000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126C20; }

 p { color: rgb(18,108,32); }

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

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

 a { background-color: rgb(18,108,32); }

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

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

 span { border-color: rgb(18,108,32); }

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