Html Css Color HEX #218357 Salem

📋 copy color: '#218357'

red 33 ◦ green 131 ◦ blue 87

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

Shades of Salem #218357

Tints of Salem #218357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 13.15%
G = 52.19%
B = 34.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#218357 (or 0x218357) is known color: Salem. HEX triplet: 21, 83 and 57. RGB value is (33,131,87). Sum of RGB (Red+Green+Blue) = 33+131+87=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #218357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218357 is #DE7CA8. Grayscale: #606060. Windows color (decimal): -14580905 or 5735201. OLE color: 5735201.

HSL color Cylindrical-coordinate representation of color #218357: hue angle of 153.06º 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 #218357 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 87 -
CMYK 0.75 0 0.34 0.49
HSL 153.06º 0.6% 0.32% -
HSV(B) 153.06º 0.75% 0.51% -
XYZ 10.46 17.24 11.79 -
YUV 96.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 33 131 87 0.75 0 0.34 0.49 153.06 0.6 0.32
Hex 21 83 57 4B 0 22 31 99 3C 20
Octal 41 203 127 113 0 42 61 231 74 40
Binary 100001 10000011 1010111 1001011 0 100010 110001 10011001 111100 100000

Color Harmonies of #218357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218357

Black with #218357

Text Example


Text Example

White with #218357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218357; }

 p { color: rgb(33,131,87); }

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

background-color css

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

 a { background-color: rgb(33,131,87); }

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

border-color css

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

 span { border-color: rgb(33,131,87); }

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