#00873D

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

Shades of Salem #00873D

Tints of Salem #00873D

Color information

#00873D (or 0x00873D) is unknown color: approx Salem. HEX triplet: 00, 87 and 3D. RGB value is (0,135,61). Sum of RGB (Red+Green+Blue) = 0+135+61=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #00873D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00873D is #FF78C2. Grayscale: #565656. Windows color (decimal): -16742595 or 4032256. OLE color: 4032256.

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

Color convert

RGB013561-
CMYK100.550.47
HSL147.11º100%26.47%-
HSV(B)147.11º100%52.94%-
XYZ9.5117.667.32-
YUV86.2113.7766.52-

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) = 68.88%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=0%
G=68.88%
B=31.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013561100.550.47147.1110026.47
Hex0873D640372F93641a
Octal0207751440675722314432
Binary0100001111111011100100011011110111110010011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00873D; }

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

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

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

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

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

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

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

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