#106D28

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

Shades of Camarone #106D28

Tints of Camarone #106D28

Color information

#106D28 (or 0x106D28) is unknown color: approx Camarone. HEX triplet: 10, 6D and 28. RGB value is (16,109,40). Sum of RGB (Red+Green+Blue) = 16+109+40=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #106D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D28 is #EF92D7. Grayscale: #494949. Windows color (decimal): -15700696 or 2649360. OLE color: 2649360.

HSL color Cylindrical-coordinate representation of color #106D28: hue angle of 135.48º degrees, saturation: 0.74, 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 #106D28 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB1610940-
CMYK0.8500.630.57
HSL135.48º74.4%24.51%-
HSV(B)135.48º85.32%42.75%-
XYZ6.0711.23.85-
YUV73.33109.1987.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 109 (42.97% from 255) = 66.06%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=9.70%
G=66.06%
B=24.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109400.8500.630.57135.4874.424.51
Hex106D285503F39874a19
Octal20155501250777120711231
Binary1000011011011010001010101011111111100110000111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,40); }

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

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

 a { background-color: rgb(16,109,40); }

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

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

 span { border-color: rgb(16,109,40); }

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