#164233

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

Shades of Sherwood Green #164233

Tints of Sherwood Green #164233

Color information

#164233 (or 0x164233) is unknown color: approx Sherwood Green. HEX triplet: 16, 42 and 33. RGB value is (22,66,51). Sum of RGB (Red+Green+Blue) = 22+66+51=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #164233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164233 is #E9BDCC. Grayscale: #333333. Windows color (decimal): -15318477 or 3359254. OLE color: 3359254.

HSL color Cylindrical-coordinate representation of color #164233: hue angle of 159.55º 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 #164233 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB226651-
CMYK0.6700.230.74
HSL159.55º50%17.25%-
HSV(B)159.55º66.67%25.88%-
XYZ2.884.313.81-
YUV51.13127.92107.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=15.83%
G=47.48%
B=36.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266510.6700.230.74159.555017.25
Hex164233430174Aa03211
Octal26102631030271122406221
Binary101101000010110011100001101011110010101010000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164233; }

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

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

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

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

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

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

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

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