#21493C

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

Shades of Sherwood Green #21493C

Tints of Sherwood Green #21493C

Color information

#21493C (or 0x21493C) is unknown color: approx Sherwood Green. HEX triplet: 21, 49 and 3C. RGB value is (33,73,60). Sum of RGB (Red+Green+Blue) = 33+73+60=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #21493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21493C is #DEB6C3. Grayscale: #3B3B3B. Windows color (decimal): -14595780 or 3950881. OLE color: 3950881.

HSL color Cylindrical-coordinate representation of color #21493C: hue angle of 160.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21493C is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB337360-
CMYK0.5500.180.71
HSL160.5º37.74%20.78%-
HSV(B)160.5º54.79%28.63%-
XYZ3.835.415.12-
YUV59.56128.25109.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=19.88%
G=43.98%
B=36.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373600.5500.180.71160.537.7420.78
Hex21493C3701247a02615
Octal4111174670221072404625
Binary100001100100111110011011101001010001111010000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21493C; }

 p { color: rgb(33,73,60); }

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

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

 a { background-color: rgb(33,73,60); }

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

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

 span { border-color: rgb(33,73,60); }

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