#0B8953

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

Shades of Salem #0B8953

Tints of Salem #0B8953

Color information

#0B8953 (or 0x0B8953) is unknown color: approx Salem. HEX triplet: 0B, 89 and 53. RGB value is (11,137,83). Sum of RGB (Red+Green+Blue) = 11+137+83=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8953 is #F476AC. Grayscale: #5D5D5D. Windows color (decimal): -16021165 or 5474571. OLE color: 5474571.

HSL color Cylindrical-coordinate representation of color #0B8953: hue angle of 154.29º 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 #0B8953 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1113783-
CMYK0.9200.390.46
HSL154.29º85.14%29.02%-
HSV(B)154.29º91.97%53.73%-
XYZ10.6518.5911.21-
YUV93.17122.2669.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 137 (53.91% from 255) = 59.31%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=4.76%
G=59.31%
B=35.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11137830.9200.390.46154.2985.1429.02
HexB89535C0272E9a551d
Octal132111231340475623212535
Binary10111000100110100111011100010011110111010011010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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