#008642

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

Shades of Salem #008642

Tints of Salem #008642

Color information

#008642 (or 0x008642) is unknown color: approx Salem. HEX triplet: 00, 86 and 42. RGB value is (0,134,66). Sum of RGB (Red+Green+Blue) = 0+134+66=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 134 (52.73% from 255 or 67% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 134 - color contains mainly: green. Hex color #008642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008642 is #FF79BD. Grayscale: #565656. Windows color (decimal): -16742846 or 4359680. OLE color: 4359680.

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

Color convert

RGB013466-
CMYK100.510.47
HSL149.55º100%26.27%-
HSV(B)149.55º100%52.55%-
XYZ9.5117.448.02-
YUV86.18116.6166.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 67%
BLUE value IS 66 (26.17% from 255) = 33%
R=0%
G=67%
B=33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013466100.510.47149.5510026.27
Hex08642640332F96641a
Octal02061021440635722614432
Binary01000011010000101100100011001110111110010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008642; }

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

 H1.HeaderClassName
 {
   color: #008642;
 }
 .AnyTagClassName
 {
   color: #008642;
 }
</style>
background-color css

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

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

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

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

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

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