Html Css Color HEX #218740 Salem

📋 copy color: '#218740'

red 33 ◦ green 135 ◦ blue 64

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

Shades of Salem #218740

Tints of Salem #218740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 58.19%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 14.22%
G = 58.19%
B = 27.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#218740 (or 0x218740) is known color: Salem. HEX triplet: 21, 87 and 40. RGB value is (33,135,64). Sum of RGB (Red+Green+Blue) = 33+135+64=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #218740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218740 is #DE78BF. Grayscale: #606060. Windows color (decimal): -14579904 or 4228897. OLE color: 4228897.

HSL color Cylindrical-coordinate representation of color #218740: hue angle of 138.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218740 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 135 64 -
CMYK 0.76 0 0.53 0.47
HSL 138.24º 0.61% 0.33% -
HSV(B) 138.24º 0.76% 0.53% -
XYZ 10.22 18.02 7.79 -
YUV 96.41 109.71 82.77 -
System Red Green Blue C M Y K H S L
Decimal 33 135 64 0.76 0 0.53 0.47 138.24 0.61 0.33
Hex 21 87 40 4C 0 35 2F 8A 3D 21
Octal 41 207 100 114 0 65 57 212 75 41
Binary 100001 10000111 1000000 1001100 0 110101 101111 10001010 111101 100001

Color Harmonies of #218740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218740

Black with #218740

Text Example


Text Example

White with #218740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218740; }

 p { color: rgb(33,135,64); }

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

background-color css

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

 a { background-color: rgb(33,135,64); }

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

border-color css

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

 span { border-color: rgb(33,135,64); }

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