#21744C

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

Shades of Salem #21744C

Tints of Salem #21744C

Color information

#21744C (or 0x21744C) is unknown color: approx Salem. HEX triplet: 21, 74 and 4C. RGB value is (33,116,76). Sum of RGB (Red+Green+Blue) = 33+116+76=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #21744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21744C is #DE8BB3. Grayscale: #565656. Windows color (decimal): -14584756 or 5010465. OLE color: 5010465.

HSL color Cylindrical-coordinate representation of color #21744C: hue angle of 151.08º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21744C is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB3311676-
CMYK0.7200.340.55
HSL151.08º55.7%29.22%-
HSV(B)151.08º71.55%45.49%-
XYZ8.1813.348.98-
YUV86.6212289.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=14.67%
G=51.56%
B=33.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116760.7200.340.55151.0855.729.22
Hex21744C480223797381d
Octal41164114110042672277035
Binary10000111101001001100100100001000101101111001011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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