#126c27

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

Shades of Camarone #126C27

Tints of Camarone #126C27

Color information

#126C27 (or 0x126C27) is unknown color: approx Camarone. HEX triplet: 12, 6C and 27. RGB value is (18,108,39). Sum of RGB (Red+Green+Blue) = 18+108+39=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #126C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C27 is #ED93D8. Grayscale: #494949. Windows color (decimal): -15569881 or 2583570. OLE color: 2583570.

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

Color convert

RGB1810839-
CMYK0.8300.640.58
HSL134º71.43%24.71%-
HSV(B)134º83.33%42.35%-
XYZ5.98113.73-
YUV73.22108.6888.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 108 (42.58% from 255) = 65.45%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=10.91%
G=65.45%
B=23.64%

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
Decimal18108390.8300.640.5813471.4324.71
Hex126C27530403A864719
Octal221544712301007220610731
Binary10010110110010011110100110100000011101010000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126c27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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