Html Css Color HEX #21774C Salem

📋 copy color: '#21774C'

red 33 ◦ green 119 ◦ blue 76

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

Shades of Salem #21774C

Tints of Salem #21774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.19%

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

R = 14.47%
G = 52.19%
B = 33.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#21774C (or 0x21774C) is known color: Salem. HEX triplet: 21, 77 and 4C. RGB value is (33,119,76). Sum of RGB (Red+Green+Blue) = 33+119+76=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #21774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21774C is #DE88B3. Grayscale: #585858. Windows color (decimal): -14583988 or 5011233. OLE color: 5011233.

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

Color convert

RGB 33 119 76 -
CMYK 0.72 0 0.36 0.53
HSL 150º 0.57% 0.3% -
HSV(B) 150º 0.72% 0.47% -
XYZ 8.53 14.04 9.1 -
YUV 88.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 33 119 76 0.72 0 0.36 0.53 150 0.57 0.3
Hex 21 77 4C 48 0 24 35 96 39 1E
Octal 41 167 114 110 0 44 65 226 71 36
Binary 100001 1110111 1001100 1001000 0 100100 110101 10010110 111001 11110

Color Harmonies of #21774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21774C

Black with #21774C

Text Example


Text Example

White with #21774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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