#008542

Color #008542 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #008542

Tints of Salem #008542

Color information

#008542 (or 0x008542) is unknown color: approx 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

RGB013366-
CMYK100.500.48
HSL149.77º100%26.08%-
HSV(B)149.77º100%52.16%-
XYZ9.3717.177.97-
YUV85.6116.9466.95-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013366100.500.48149.7710026.08
Hex08542640323096641a
Octal02051021440626022614432
Binary01000010110000101100100011001011000010010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>