#166E37

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

Shades of Camarone #166E37

Tints of Camarone #166E37

Color information

#166E37 (or 0x166E37) is unknown color: approx Camarone. HEX triplet: 16, 6E and 37. RGB value is (22,110,55). Sum of RGB (Red+Green+Blue) = 22+110+55=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 110 (43.36% from 255 or 58.82% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 110 - color contains mainly: green. Hex color #166E37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E37 is #E991C8. Grayscale: #4D4D4D. Windows color (decimal): -15307209 or 3632662. OLE color: 3632662.

HSL color Cylindrical-coordinate representation of color #166E37: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E37 is Cyan = 0.8, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB2211055-
CMYK0.800.50.57
HSL142.5º66.67%25.88%-
HSV(B)142.5º80%43.14%-
XYZ6.611.65.51-
YUV77.42115.3588.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 110 (43.36% from 255) = 58.82%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110550.800.50.57142.566.6725.88
Hex166E3750032398e431a
Octal26156671200627121610332
Binary1011011011101101111010000011001011100110001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166E37; }

 p { color: rgb(22,110,55); }

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

<style>
 a { background-color: #166E37; }

 a { background-color: rgb(22,110,55); }

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

<style>
 span { border-color: #166E37; }

 span { border-color: rgb(22,110,55); }

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