#00874E

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

Shades of Salem #00874E

Tints of Salem #00874E

Color information

#00874E (or 0x00874E) is unknown color: approx Salem. HEX triplet: 00, 87 and 4E. RGB value is (0,135,78). Sum of RGB (Red+Green+Blue) = 0+135+78=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #00874E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00874E is #FF78B1. Grayscale: #585858. Windows color (decimal): -16742578 or 5146368. OLE color: 5146368.

HSL color Cylindrical-coordinate representation of color #00874E: hue angle of 154.67º 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 #00874E is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB013578-
CMYK100.420.47
HSL154.67º100%26.47%-
HSV(B)154.67º100%52.94%-
XYZ10.0417.8810.13-
YUV88.14122.2765.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 63.38%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=0%
G=63.38%
B=36.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013578100.420.47154.6710026.47
Hex0874E6402A2F9b641a
Octal02071161440525723314432
Binary01000011110011101100100010101010111110011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00874E; }

 p { color: rgb(0,135,78); }

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

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

 a { background-color: rgb(0,135,78); }

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

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

 span { border-color: rgb(0,135,78); }

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