Html Css Color HEX #008540 Salem

📋 copy color: '#008540'

red 0 ◦ green 133 ◦ blue 64

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

Shades of Salem #008540

Tints of Salem #008540

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 133 (52.34% from 255) = 67.51%

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

R = 0%
G = 67.51%
B = 32.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#008540 (or 0x008540) is known color: Salem. HEX triplet: 00, 85 and 40. RGB value is (0,133,64). Sum of RGB (Red+Green+Blue) = 0+133+64=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #008540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008540 is #FF7ABF. Grayscale: #555555. Windows color (decimal): -16743104 or 4228352. OLE color: 4228352.

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

Color convert

RGB 0 133 64 -
CMYK 1 0 0.52 0.48
HSL 148.87º 1% 0.26% -
HSV(B) 148.87º 1% 0.52% -
XYZ 9.31 17.15 7.67 -
YUV 85.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 0 133 64 1 0 0.52 0.48 148.87 1 0.26
Hex 0 85 40 64 0 34 30 95 64 1A
Octal 0 205 100 144 0 64 60 225 144 32
Binary 0 10000101 1000000 1100100 0 110100 110000 10010101 1100100 11010

Color Harmonies of #008540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008540

Black with #008540

Text Example


Text Example

White with #008540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008540; }

 p { color: rgb(0,133,64); }

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

background-color css

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

 a { background-color: rgb(0,133,64); }

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

border-color css

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

 span { border-color: rgb(0,133,64); }

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