Html Css Color HEX #21824D Salem

📋 copy color: '#21824D'

red 33 ◦ green 130 ◦ blue 77

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

Shades of Salem #21824D

Tints of Salem #21824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.17%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 13.75%
G = 54.17%
B = 32.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#21824D (or 0x21824D) is known color: Salem. HEX triplet: 21, 82 and 4D. RGB value is (33,130,77). Sum of RGB (Red+Green+Blue) = 33+130+77=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #21824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21824D is #DE7DB2. Grayscale: #5F5F5F. Windows color (decimal): -14581171 or 5079585. OLE color: 5079585.

HSL color Cylindrical-coordinate representation of color #21824D: hue angle of 147.22º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21824D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 77 -
CMYK 0.75 0 0.41 0.49
HSL 147.22º 0.6% 0.32% -
HSV(B) 147.22º 0.75% 0.51% -
XYZ 9.95 16.82 9.74 -
YUV 94.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 33 130 77 0.75 0 0.41 0.49 147.22 0.6 0.32
Hex 21 82 4D 4B 0 29 31 93 3C 20
Octal 41 202 115 113 0 51 61 223 74 40
Binary 100001 10000010 1001101 1001011 0 101001 110001 10010011 111100 100000

Color Harmonies of #21824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21824D

Black with #21824D

Text Example


Text Example

White with #21824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21824D; }

 p { color: rgb(33,130,77); }

 H1.HeaderClassName
 {
   color: #21824D;
 }
 .AnyTagClassName
 {
   color: #21824D;
 }
</style>

background-color css

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

 a { background-color: rgb(33,130,77); }

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

border-color css

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

 span { border-color: rgb(33,130,77); }

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