#21463A

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

Shades of Sherwood Green #21463A

Tints of Sherwood Green #21463A

Color information

#21463A (or 0x21463A) is unknown color: approx Sherwood Green. HEX triplet: 21, 46 and 3A. RGB value is (33,70,58). Sum of RGB (Red+Green+Blue) = 33+70+58=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #21463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21463A is #DEB9C5. Grayscale: #393939. Windows color (decimal): -14596550 or 3819041. OLE color: 3819041.

HSL color Cylindrical-coordinate representation of color #21463A: hue angle of 160.54º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21463A is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB337058-
CMYK0.5300.170.73
HSL160.54º35.92%20.2%-
HSV(B)160.54º52.86%27.45%-
XYZ3.585.014.78-
YUV57.57128.24110.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=20.50%
G=43.48%
B=36.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370580.5300.170.73160.5435.9220.2
Hex21463A3501149a12414
Octal4110672650211112414424
Binary100001100011011101011010101000110010011010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21463A; }

 p { color: rgb(33,70,58); }

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

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

 a { background-color: rgb(33,70,58); }

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

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

 span { border-color: rgb(33,70,58); }

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