#164635

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

Shades of Sherwood Green #164635

Tints of Sherwood Green #164635

Color information

#164635 (or 0x164635) is unknown color: approx Sherwood Green. HEX triplet: 16, 46 and 35. RGB value is (22,70,53). Sum of RGB (Red+Green+Blue) = 22+70+53=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #164635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164635 is #E9B9CA. Grayscale: #353535. Windows color (decimal): -15317451 or 3491350. OLE color: 3491350.

HSL color Cylindrical-coordinate representation of color #164635: hue angle of 158.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164635 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB227053-
CMYK0.6900.240.73
HSL158.75º52.17%18.04%-
HSV(B)158.75º68.57%27.45%-
XYZ3.164.814.13-
YUV53.71127.6105.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=15.17%
G=48.28%
B=36.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270530.6900.240.73158.7552.1718.04
Hex16463545018499f3412
Octal26106651050301112376422
Binary101101000110110101100010101100010010011001111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164635; }

 p { color: rgb(22,70,53); }

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

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

 a { background-color: rgb(22,70,53); }

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

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

 span { border-color: rgb(22,70,53); }

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