Html Css Color HEX #21824C Salem

📋 copy color: '#21824C'

red 33 ◦ green 130 ◦ blue 76

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

Shades of Salem #21824C

Tints of Salem #21824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 13.81%
G = 54.39%
B = 31.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#21824C (or 0x21824C) is known color: Salem. HEX triplet: 21, 82 and 4C. RGB value is (33,130,76). Sum of RGB (Red+Green+Blue) = 33+130+76=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #21824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21824C is #DE7DB3. Grayscale: #5E5E5E. Windows color (decimal): -14581172 or 5014049. OLE color: 5014049.

HSL color Cylindrical-coordinate representation of color #21824C: hue angle of 146.6º 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 #21824C is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 76 -
CMYK 0.75 0 0.42 0.49
HSL 146.6º 0.6% 0.32% -
HSV(B) 146.6º 0.75% 0.51% -
XYZ 9.91 16.81 9.56 -
YUV 94.84 117.36 83.89 -
System Red Green Blue C M Y K H S L
Decimal 33 130 76 0.75 0 0.42 0.49 146.6 0.6 0.32
Hex 21 82 4C 4B 0 2A 31 93 3C 20
Octal 41 202 114 113 0 52 61 223 74 40
Binary 100001 10000010 1001100 1001011 0 101010 110001 10010011 111100 100000

Color Harmonies of #21824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21824C

Black with #21824C

Text Example


Text Example

White with #21824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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