Html Css Color HEX #218253 Salem

📋 copy color: '#218253'

red 33 ◦ green 130 ◦ blue 83

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

Shades of Salem #218253

Tints of Salem #218253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

 BLUE value IS 83 (32.81% from 255) = 33.74%

R = 13.41%
G = 52.85%
B = 33.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#218253 (or 0x218253) is known color: Salem. HEX triplet: 21, 82 and 53. RGB value is (33,130,83). Sum of RGB (Red+Green+Blue) = 33+130+83=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #218253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218253 is #DE7DAC. Grayscale: #5F5F5F. Windows color (decimal): -14581165 or 5472801. OLE color: 5472801.

HSL color Cylindrical-coordinate representation of color #218253: hue angle of 150.93º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218253 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 83 -
CMYK 0.75 0 0.36 0.49
HSL 150.93º 0.6% 0.32% -
HSV(B) 150.93º 0.75% 0.51% -
XYZ 10.17 16.91 10.91 -
YUV 95.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 33 130 83 0.75 0 0.36 0.49 150.93 0.6 0.32
Hex 21 82 53 4B 0 24 31 97 3C 20
Octal 41 202 123 113 0 44 61 227 74 40
Binary 100001 10000010 1010011 1001011 0 100100 110001 10010111 111100 100000

Color Harmonies of #218253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218253

Black with #218253

Text Example


Text Example

White with #218253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218253; }

 p { color: rgb(33,130,83); }

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

background-color css

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

 a { background-color: rgb(33,130,83); }

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

border-color css

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

 span { border-color: rgb(33,130,83); }

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