#21774D

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

Shades of Salem #21774D

Tints of Salem #21774D

Color information

#21774D (or 0x21774D) is unknown color: approx Salem. HEX triplet: 21, 77 and 4D. RGB value is (33,119,77). Sum of RGB (Red+Green+Blue) = 33+119+77=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #21774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21774D is #DE88B2. Grayscale: #585858. Windows color (decimal): -14583987 or 5076769. OLE color: 5076769.

HSL color Cylindrical-coordinate representation of color #21774D: hue angle of 150.7º 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 #21774D is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB3311977-
CMYK0.7200.350.53
HSL150.7º56.58%29.8%-
HSV(B)150.7º72.27%46.67%-
XYZ8.5614.059.28-
YUV88.5121.5188.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=14.41%
G=51.97%
B=33.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119770.7200.350.53150.756.5829.8
Hex21774D480233597391e
Octal41167115110043652277136
Binary10000111101111001101100100001000111101011001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21774D;
 }
 .AnyTagClassName
 {
   color: #21774D;
 }
</style>
background-color css

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

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

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

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

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

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