#0B893B

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

Shades of Salem #0B893B

Tints of Salem #0B893B

Color information

#0B893B (or 0x0B893B) is unknown color: approx Salem. HEX triplet: 0B, 89 and 3B. RGB value is (11,137,59). Sum of RGB (Red+Green+Blue) = 11+137+59=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #0B893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B893B is #F476C4. Grayscale: #5A5A5A. Windows color (decimal): -16021189 or 3901707. OLE color: 3901707.

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

Color convert

RGB1113759-
CMYK0.9200.570.46
HSL142.86º85.14%29.02%-
HSV(B)142.86º91.97%53.73%-
XYZ9.8718.287.15-
YUV90.43110.2671.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 137 (53.91% from 255) = 66.18%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=5.31%
G=66.18%
B=28.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11137590.9200.570.46142.8685.1429.02
HexB893B5C0392E8f551d
Octal13211731340715621712535
Binary1011100010011110111011100011100110111010001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,137,59); }

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

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

 a { background-color: rgb(11,137,59); }

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

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

 span { border-color: rgb(11,137,59); }

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