#164030

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

Shades of Sherwood Green #164030

Tints of Sherwood Green #164030

Color information

#164030 (or 0x164030) is unknown color: approx Sherwood Green. HEX triplet: 16, 40 and 30. RGB value is (22,64,48). Sum of RGB (Red+Green+Blue) = 22+64+48=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #164030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164030 is #E9BFCF. Grayscale: #313131. Windows color (decimal): -15318992 or 3162134. OLE color: 3162134.

HSL color Cylindrical-coordinate representation of color #164030: hue angle of 157.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164030 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB226448-
CMYK0.6600.250.75
HSL157.14º48.84%16.86%-
HSV(B)157.14º65.62%25.1%-
XYZ2.74.053.44-
YUV49.62127.09108.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=16.42%
G=47.76%
B=35.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264480.6600.250.75157.1448.8416.86
Hex164030420194B9d3111
Octal26100601020311132356121
Binary101101000000110000100001001100110010111001110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164030; }

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

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

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

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

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

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

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

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