#21794A

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

Shades of Salem #21794A

Tints of Salem #21794A

Color information

#21794A (or 0x21794A) is unknown color: approx Salem. HEX triplet: 21, 79 and 4A. RGB value is (33,121,74). Sum of RGB (Red+Green+Blue) = 33+121+74=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #21794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21794A is #DE86B5. Grayscale: #595959. Windows color (decimal): -14583478 or 4880673. OLE color: 4880673.

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

Color convert

RGB3312174-
CMYK0.7300.390.53
HSL147.95º57.14%30.2%-
HSV(B)147.95º72.73%47.45%-
XYZ8.714.498.82-
YUV89.33119.3587.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=14.47%
G=53.07%
B=32.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121740.7300.390.53147.9557.1430.2
Hex21794A490273594391e
Octal41171112111047652247136
Binary10000111110011001010100100101001111101011001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21794A; }

 p { color: rgb(33,121,74); }

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

<style>
 a { background-color: #21794A; }

 a { background-color: rgb(33,121,74); }

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

<style>
 span { border-color: #21794A; }

 span { border-color: rgb(33,121,74); }

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