#126E31

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

Shades of Camarone #126E31

Tints of Camarone #126E31

Color information

#126E31 (or 0x126E31) is unknown color: approx Camarone. HEX triplet: 12, 6E and 31. RGB value is (18,110,49). Sum of RGB (Red+Green+Blue) = 18+110+49=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #126E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E31 is #ED91CE. Grayscale: #4B4B4B. Windows color (decimal): -15569359 or 3239442. OLE color: 3239442.

HSL color Cylindrical-coordinate representation of color #126E31: hue angle of 140.22º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E31 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1811049-
CMYK0.8400.550.57
HSL140.22º71.88%25.1%-
HSV(B)140.22º83.64%43.14%-
XYZ6.3811.54.79-
YUV75.54113.0286.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 110 (43.36% from 255) = 62.15%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=10.17%
G=62.15%
B=27.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110490.8400.550.57140.2271.8825.1
Hex126E3154037398c4819
Octal22156611240677121411031
Binary1001011011101100011010100011011111100110001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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