#21774C

Color #21774C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #21774C

Tints of Salem #21774C

Color information

#21774C (or 0x21774C) is unknown color: approx 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

RGB3311976-
CMYK0.7200.360.53
HSL150º56.58%29.8%-
HSV(B)150º72.27%46.67%-
XYZ8.5314.049.1-
YUV88.38121.0188.5-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119760.7200.360.5315056.5829.8
Hex21774C480243596391e
Octal41167114110044652267136
Binary10000111101111001100100100001001001101011001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>