Html Css Color HEX #21453B Sherwood Green

📋 copy color: '#21453B'

red 33 ◦ green 69 ◦ blue 59

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

Shades of Sherwood Green #21453B

Tints of Sherwood Green #21453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.86%

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 20.5%
G = 42.86%
B = 36.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#21453B (or 0x21453B) is known color: Sherwood Green. HEX triplet: 21, 45 and 3B. RGB value is (33,69,59). Sum of RGB (Red+Green+Blue) = 33+69+59=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #21453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21453B is #DEBAC4. Grayscale: #393939. Windows color (decimal): -14596805 or 3884321. OLE color: 3884321.

HSL color Cylindrical-coordinate representation of color #21453B: hue angle of 163.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21453B is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 69 59 -
CMYK 0.52 0 0.14 0.73
HSL 163.33º 0.35% 0.2% -
HSV(B) 163.33º 0.52% 0.27% -
XYZ 3.54 4.9 4.9 -
YUV 57.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 33 69 59 0.52 0 0.14 0.73 163.33 0.35 0.2
Hex 21 45 3B 34 0 E 49 A3 23 14
Octal 41 105 73 64 0 16 111 243 43 24
Binary 100001 1000101 111011 110100 0 1110 1001001 10100011 100011 10100

Color Harmonies of #21453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21453B

Black with #21453B

Text Example


Text Example

White with #21453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21453B; }

 p { color: rgb(33,69,59); }

 H1.HeaderClassName
 {
   color: #21453B;
 }
 .AnyTagClassName
 {
   color: #21453B;
 }
</style>

background-color css

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

 a { background-color: rgb(33,69,59); }

 div.DivClassName
 {
   background-color: #21453B;
 }
 .BgClassName
 {
   background-color: #21453B;
 }
</style>

border-color css

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

 span { border-color: rgb(33,69,59); }

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