#164130

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

Shades of Sherwood Green #164130

Tints of Sherwood Green #164130

Color information

#164130 (or 0x164130) is unknown color: approx Sherwood Green. HEX triplet: 16, 41 and 30. RGB value is (22,65,48). Sum of RGB (Red+Green+Blue) = 22+65+48=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #164130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164130 is #E9BECF. Grayscale: #323232. Windows color (decimal): -15318736 or 3162390. OLE color: 3162390.

HSL color Cylindrical-coordinate representation of color #164130: hue angle of 156.28º 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 #164130 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB226548-
CMYK0.6600.260.75
HSL156.28º49.43%17.06%-
HSV(B)156.28º66.15%25.49%-
XYZ2.754.163.45-
YUV50.21126.75107.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=16.30%
G=48.15%
B=35.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265480.6600.260.75156.2849.4317.06
Hex1641304201A4B9c3111
Octal26101601020321132346121
Binary101101000001110000100001001101010010111001110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164130; }

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

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

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

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

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

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

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

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