#126A22

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

Shades of Camarone #126A22

Tints of Camarone #126A22

Color information

#126A22 (or 0x126A22) is unknown color: approx Camarone. HEX triplet: 12, 6A and 22. RGB value is (18,106,34). Sum of RGB (Red+Green+Blue) = 18+106+34=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #126A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A22 is #ED95DD. Grayscale: #474747. Windows color (decimal): -15570398 or 2255378. OLE color: 2255378.

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

Color convert

RGB1810634-
CMYK0.8300.680.58
HSL130.91º70.97%24.31%-
HSV(B)130.91º83.02%41.57%-
XYZ5.6910.553.25-
YUV71.48106.8589.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 106 (41.80% from 255) = 67.09%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=11.39%
G=67.09%
B=21.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106340.8300.680.58130.9170.9724.31
Hex126A22530443A834718
Octal221524212301047220310730
Binary10010110101010001010100110100010011101010000011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,106,34); }

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

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

 a { background-color: rgb(18,106,34); }

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

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

 span { border-color: rgb(18,106,34); }

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