Html Css Color HEX #217852 Salem

📋 copy color: '#217852'

red 33 ◦ green 120 ◦ blue 82

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

Shades of Salem #217852

Tints of Salem #217852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.06%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 14.04%
G = 51.06%
B = 34.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#217852 (or 0x217852) is known color: Salem. HEX triplet: 21, 78 and 52. RGB value is (33,120,82). Sum of RGB (Red+Green+Blue) = 33+120+82=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #217852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217852 is #DE87AD. Grayscale: #595959. Windows color (decimal): -14583726 or 5404705. OLE color: 5404705.

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

Color convert

RGB 33 120 82 -
CMYK 0.72 0 0.32 0.53
HSL 153.79º 0.57% 0.3% -
HSV(B) 153.79º 0.73% 0.47% -
XYZ 8.87 14.37 10.29 -
YUV 89.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 33 120 82 0.72 0 0.32 0.53 153.79 0.57 0.3
Hex 21 78 52 48 0 20 35 9A 39 1E
Octal 41 170 122 110 0 40 65 232 71 36
Binary 100001 1111000 1010010 1001000 0 100000 110101 10011010 111001 11110

Color Harmonies of #217852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217852

Black with #217852

Text Example


Text Example

White with #217852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217852; }

 p { color: rgb(33,120,82); }

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

background-color css

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

 a { background-color: rgb(33,120,82); }

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

border-color css

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

 span { border-color: rgb(33,120,82); }

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