#164230

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

Shades of Sherwood Green #164230

Tints of Sherwood Green #164230

Color information

#164230 (or 0x164230) is unknown color: approx Sherwood Green. HEX triplet: 16, 42 and 30. RGB value is (22,66,48). Sum of RGB (Red+Green+Blue) = 22+66+48=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #164230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164230 is #E9BDCF. Grayscale: #323232. Windows color (decimal): -15318480 or 3162646. OLE color: 3162646.

HSL color Cylindrical-coordinate representation of color #164230: hue angle of 155.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164230 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB226648-
CMYK0.6700.270.74
HSL155.45º50%17.25%-
HSV(B)155.45º66.67%25.88%-
XYZ2.814.283.47-
YUV50.79126.42107.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 66 (26.17% from 255) = 48.53%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=16.18%
G=48.53%
B=35.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266480.6700.270.74155.455017.25
Hex1642304301B4A9b3211
Octal26102601030331122336221
Binary101101000010110000100001101101110010101001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164230; }

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

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

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

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

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

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

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

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