Html Css Color HEX #008542 Salem

📋 copy color: '#008542'

red 0 ◦ green 133 ◦ blue 66

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

Shades of Salem #008542

Tints of Salem #008542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 0%
G = 66.83%
B = 33.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#008542 (or 0x008542) is known color: Salem. HEX triplet: 00, 85 and 42. RGB value is (0,133,66). Sum of RGB (Red+Green+Blue) = 0+133+66=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #008542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008542 is #FF7ABD. Grayscale: #555555. Windows color (decimal): -16743102 or 4359424. OLE color: 4359424.

HSL color Cylindrical-coordinate representation of color #008542: hue angle of 149.77º 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 #008542 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 66 -
CMYK 1 0 0.50 0.48
HSL 149.77º 1% 0.26% -
HSV(B) 149.77º 1% 0.52% -
XYZ 9.37 17.17 7.97 -
YUV 85.6 116.94 66.95 -
System Red Green Blue C M Y K H S L
Decimal 0 133 66 1 0 0.50 0.48 149.77 1 0.26
Hex 0 85 42 64 0 32 30 96 64 1A
Octal 0 205 102 144 0 62 60 226 144 32
Binary 0 10000101 1000010 1100100 0 110010 110000 10010110 1100100 11010

Color Harmonies of #008542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008542

Black with #008542

Text Example


Text Example

White with #008542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008542; }

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

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

background-color css

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

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

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

border-color css

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

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

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