#165440

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

Shades of Sherwood Green #165440

Tints of Sherwood Green #165440

Color information

#165440 (or 0x165440) is unknown color: approx Sherwood Green. HEX triplet: 16, 54 and 40. RGB value is (22,84,64). Sum of RGB (Red+Green+Blue) = 22+84+64=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #165440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165440 is #E9ABBF. Grayscale: #3F3F3F. Windows color (decimal): -15313856 or 4215830. OLE color: 4215830.

HSL color Cylindrical-coordinate representation of color #165440: hue angle of 160.65º degrees, saturation: 0.58, 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 #165440 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB228464-
CMYK0.7400.240.67
HSL160.65º58.49%20.78%-
HSV(B)160.65º73.81%32.94%-
XYZ4.436.885.95-
YUV63.18128.4698.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=12.94%
G=49.41%
B=37.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284640.7400.240.67160.6558.4920.78
Hex1654404A01843a13a15
Octal261241001120301032417225
Binary1011010101001000000100101001100010000111010000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165440; }

 p { color: rgb(22,84,64); }

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

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

 a { background-color: rgb(22,84,64); }

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

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

 span { border-color: rgb(22,84,64); }

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