#165542

Color #165542 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #165542

Tints of Sherwood Green #165542

Color information

#165542 (or 0x165542) is unknown color: approx Sherwood Green. HEX triplet: 16, 55 and 42. RGB value is (22,85,66). Sum of RGB (Red+Green+Blue) = 22+85+66=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #165542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165542 is #E9AABD. Grayscale: #404040. Windows color (decimal): -15313598 or 4347158. OLE color: 4347158.

HSL color Cylindrical-coordinate representation of color #165542: hue angle of 161.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165542 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB228566-
CMYK0.7400.220.67
HSL161.9º58.88%20.98%-
HSV(B)161.9º74.12%33.33%-
XYZ4.567.066.28-
YUV64129.1398.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=12.72%
G=49.13%
B=38.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285660.7400.220.67161.958.8820.98
Hex1655424A01643a23b15
Octal261251021120261032427325
Binary1011010101011000010100101001011010000111010001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165542; }

 p { color: rgb(22,85,66); }

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

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

 a { background-color: rgb(22,85,66); }

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

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

 span { border-color: rgb(22,85,66); }

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