Html Css Color HEX #21463A Sherwood Green

📋 copy color: '#21463A'

red 33 ◦ green 70 ◦ blue 58

#21463A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #21463A

Tints of Sherwood Green #21463A

RGB

 RED value IS 33 (13.28% from 255) = 20.5%

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 20.5%
G = 43.48%
B = 36.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#21463A (or 0x21463A) is known color: 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

RGB 33 70 58 -
CMYK 0.53 0 0.17 0.73
HSL 160.54º 0.36% 0.2% -
HSV(B) 160.54º 0.53% 0.27% -
XYZ 3.58 5.01 4.78 -
YUV 57.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 33 70 58 0.53 0 0.17 0.73 160.54 0.36 0.2
Hex 21 46 3A 35 0 11 49 A1 24 14
Octal 41 106 72 65 0 21 111 241 44 24
Binary 100001 1000110 111010 110101 0 10001 1001001 10100001 100100 10100

Color Harmonies of #21463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21463A

Black with #21463A

Text Example


Text Example

White with #21463A

Text Example


Text Example

HTML Codes & Css Web 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>