#164534

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

Shades of Sherwood Green #164534

Tints of Sherwood Green #164534

Color information

#164534 (or 0x164534) is unknown color: approx Sherwood Green. HEX triplet: 16, 45 and 34. RGB value is (22,69,52). Sum of RGB (Red+Green+Blue) = 22+69+52=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #164534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164534 is #E9BACB. Grayscale: #353535. Windows color (decimal): -15317708 or 3425558. OLE color: 3425558.

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

Color convert

RGB226952-
CMYK0.6800.250.73
HSL158.3º51.65%17.84%-
HSV(B)158.3º68.12%27.06%-
XYZ3.084.673.99-
YUV53.01127.43105.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=15.38%
G=48.25%
B=36.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2269520.6800.250.73158.351.6517.84
Hex16453444019499e3412
Octal26105641040311112366422
Binary101101000101110100100010001100110010011001111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164534; }

 p { color: rgb(22,69,52); }

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

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

 a { background-color: rgb(22,69,52); }

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

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

 span { border-color: rgb(22,69,52); }

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