#0a873d

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

Shades of Salem #0A873D

Tints of Salem #0A873D

Color information

#0A873D (or 0x0A873D) is unknown color: approx Salem. HEX triplet: 0A, 87 and 3D. RGB value is (10,135,61). Sum of RGB (Red+Green+Blue) = 10+135+61=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #0A873D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A873D is #F578C2. Grayscale: #595959. Windows color (decimal): -16087235 or 4032266. OLE color: 4032266.

HSL color Cylindrical-coordinate representation of color #0A873D: hue angle of 144.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A873D is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1013561-
CMYK0.9300.550.47
HSL144.48º86.21%28.43%-
HSV(B)144.48º92.59%52.94%-
XYZ9.6317.737.33-
YUV89.19112.0971.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=4.85%
G=65.53%
B=29.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135610.9300.550.47144.4886.2128.43
HexA873D5D0372F90561c
Octal12207751350675722012634
Binary1010100001111111011011101011011110111110010000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a873d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a873d; }

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

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

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

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

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

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

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

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