#00874B

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

Shades of Salem #00874B

Tints of Salem #00874B

Color information

#00874B (or 0x00874B) is unknown color: approx Salem. HEX triplet: 00, 87 and 4B. RGB value is (0,135,75). Sum of RGB (Red+Green+Blue) = 0+135+75=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #00874B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00874B is #FF78B4. Grayscale: #575757. Windows color (decimal): -16742581 or 4949760. OLE color: 4949760.

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

Color convert

RGB013575-
CMYK100.440.47
HSL153.33º100%26.47%-
HSV(B)153.33º100%52.94%-
XYZ9.9317.849.58-
YUV87.79120.7765.38-

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) = 64.29%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=0%
G=64.29%
B=35.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013575100.440.47153.3310026.47
Hex0874B6402C2F99641a
Octal02071131440545723114432
Binary01000011110010111100100010110010111110011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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