#0A893D

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

Shades of Salem #0A893D

Tints of Salem #0A893D

Color information

#0A893D (or 0x0A893D) is unknown color: approx Salem. HEX triplet: 0A, 89 and 3D. RGB value is (10,137,61). Sum of RGB (Red+Green+Blue) = 10+137+61=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #0A893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A893D is #F576C2. Grayscale: #5A5A5A. Windows color (decimal): -16086723 or 4032778. OLE color: 4032778.

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

Color convert

RGB1013761-
CMYK0.9300.550.46
HSL144.09º86.39%28.82%-
HSV(B)144.09º92.7%53.73%-
XYZ9.9118.297.42-
YUV90.36111.4270.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 137 (53.91% from 255) = 65.87%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=4.81%
G=65.87%
B=29.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137610.9300.550.46144.0986.3928.82
HexA893D5D0372E90561d
Octal12211751350675622012635
Binary1010100010011111011011101011011110111010010000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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