#106E21

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

Shades of Camarone #106E21

Tints of Camarone #106E21

Color information

#106E21 (or 0x106E21) is unknown color: approx Camarone. HEX triplet: 10, 6E and 21. RGB value is (16,110,33). Sum of RGB (Red+Green+Blue) = 16+110+33=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #106E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106E21 is #EF91DE. Grayscale: #494949. Windows color (decimal): -15700447 or 2190864. OLE color: 2190864.

HSL color Cylindrical-coordinate representation of color #106E21: hue angle of 130.85º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E21 is Cyan = 0.85, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB1611033-
CMYK0.8500.70.57
HSL130.85º74.6%24.71%-
HSV(B)130.85º85.45%43.14%-
XYZ6.0611.373.31-
YUV73.12105.3687.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 110 (43.36% from 255) = 69.18%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=10.06%
G=69.18%
B=20.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16110330.8500.70.57130.8574.624.71
Hex106E215504639834b19
Octal201564112501067120311331
Binary10000110111010000110101010100011011100110000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E21; }

 p { color: rgb(16,110,33); }

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

<style>
 a { background-color: #106E21; }

 a { background-color: rgb(16,110,33); }

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

<style>
 span { border-color: #106E21; }

 span { border-color: rgb(16,110,33); }

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