#126B26

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

Shades of Camarone #126B26

Tints of Camarone #126B26

Color information

#126B26 (or 0x126B26) is unknown color: approx Camarone. HEX triplet: 12, 6B and 26. RGB value is (18,107,38). Sum of RGB (Red+Green+Blue) = 18+107+38=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #126B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B26 is #ED94D9. Grayscale: #484848. Windows color (decimal): -15570138 or 2517778. OLE color: 2517778.

HSL color Cylindrical-coordinate representation of color #126B26: hue angle of 133.48º 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 #126B26 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1810738-
CMYK0.8300.640.58
HSL133.48º71.2%24.51%-
HSV(B)133.48º83.18%41.96%-
XYZ5.8610.783.61-
YUV72.52108.5189.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 107 (42.19% from 255) = 65.64%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=11.04%
G=65.64%
B=23.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107380.8300.640.58133.4871.224.51
Hex126B26530403A854719
Octal221534612301007220510731
Binary10010110101110011010100110100000011101010000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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