Html Css Color HEX #218441 Salem

📋 copy color: '#218441'

red 33 ◦ green 132 ◦ blue 65

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

Shades of Salem #218441

Tints of Salem #218441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.39%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 14.35%
G = 57.39%
B = 28.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#218441 (or 0x218441) is known color: Salem. HEX triplet: 21, 84 and 41. RGB value is (33,132,65). Sum of RGB (Red+Green+Blue) = 33+132+65=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #218441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218441 is #DE7BBE. Grayscale: #5E5E5E. Windows color (decimal): -14580671 or 4293665. OLE color: 4293665.

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

Color convert

RGB 33 132 65 -
CMYK 0.75 0 0.51 0.48
HSL 139.39º 0.6% 0.32% -
HSV(B) 139.39º 0.75% 0.52% -
XYZ 9.83 17.21 7.8 -
YUV 94.76 111.2 83.95 -
System Red Green Blue C M Y K H S L
Decimal 33 132 65 0.75 0 0.51 0.48 139.39 0.6 0.32
Hex 21 84 41 4B 0 33 30 8B 3C 20
Octal 41 204 101 113 0 63 60 213 74 40
Binary 100001 10000100 1000001 1001011 0 110011 110000 10001011 111100 100000

Color Harmonies of #218441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218441

Black with #218441

Text Example


Text Example

White with #218441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218441; }

 p { color: rgb(33,132,65); }

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

background-color css

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

 a { background-color: rgb(33,132,65); }

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

border-color css

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

 span { border-color: rgb(33,132,65); }

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