#126F26

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

Shades of Camarone #126F26

Tints of Camarone #126F26

Color information

#126F26 (or 0x126F26) is unknown color: approx Camarone. HEX triplet: 12, 6F and 26. RGB value is (18,111,38). Sum of RGB (Red+Green+Blue) = 18+111+38=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #126F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F26 is #ED90D9. Grayscale: #4B4B4B. Windows color (decimal): -15569114 or 2518802. OLE color: 2518802.

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

Color convert

RGB1811138-
CMYK0.8400.660.56
HSL132.9º72.09%25.29%-
HSV(B)132.9º83.78%43.53%-
XYZ6.2811.643.75-
YUV74.87107.1987.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 111 (43.75% from 255) = 66.47%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=10.78%
G=66.47%
B=22.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111380.8400.660.56132.972.0925.29
Hex126F265404238854819
Octal221574612401027020511031
Binary10010110111110011010101000100001011100010000101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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