#165340

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

Shades of Sherwood Green #165340

Tints of Sherwood Green #165340

Color information

#165340 (or 0x165340) is unknown color: approx Sherwood Green. HEX triplet: 16, 53 and 40. RGB value is (22,83,64). Sum of RGB (Red+Green+Blue) = 22+83+64=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #165340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165340 is #E9ACBF. Grayscale: #3E3E3E. Windows color (decimal): -15314112 or 4215574. OLE color: 4215574.

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

Color convert

RGB228364-
CMYK0.7300.230.67
HSL161.31º58.1%20.59%-
HSV(B)161.31º73.49%32.55%-
XYZ4.356.735.92-
YUV62.59128.7999.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=13.02%
G=49.11%
B=37.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283640.7300.230.67161.3158.120.59
Hex1653404901743a13a15
Octal261231001110271032417225
Binary1011010100111000000100100101011110000111010000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165340; }

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

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

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

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

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

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

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

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