Html Css Color HEX #21764C Salem

📋 copy color: '#21764C'

red 33 ◦ green 118 ◦ blue 76

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

Shades of Salem #21764C

Tints of Salem #21764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

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

R = 14.54%
G = 51.98%
B = 33.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#21764C (or 0x21764C) is known color: Salem. HEX triplet: 21, 76 and 4C. RGB value is (33,118,76). Sum of RGB (Red+Green+Blue) = 33+118+76=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #21764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21764C is #DE89B3. Grayscale: #575757. Windows color (decimal): -14584244 or 5010977. OLE color: 5010977.

HSL color Cylindrical-coordinate representation of color #21764C: hue angle of 150.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21764C is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 118 76 -
CMYK 0.72 0 0.36 0.54
HSL 150.35º 0.56% 0.3% -
HSV(B) 150.35º 0.72% 0.46% -
XYZ 8.41 13.8 9.06 -
YUV 87.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 33 118 76 0.72 0 0.36 0.54 150.35 0.56 0.3
Hex 21 76 4C 48 0 24 36 96 38 1E
Octal 41 166 114 110 0 44 66 226 70 36
Binary 100001 1110110 1001100 1001000 0 100100 110110 10010110 111000 11110

Color Harmonies of #21764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21764C

Black with #21764C

Text Example


Text Example

White with #21764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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