#0B814F

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

Shades of Salem #0B814F

Tints of Salem #0B814F

Color information

#0B814F (or 0x0B814F) is unknown color: approx Salem. HEX triplet: 0B, 81 and 4F. RGB value is (11,129,79). Sum of RGB (Red+Green+Blue) = 11+129+79=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #0B814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B814F is #F47EB0. Grayscale: #585858. Windows color (decimal): -16023217 or 5210379. OLE color: 5210379.

HSL color Cylindrical-coordinate representation of color #0B814F: hue angle of 154.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B814F is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1112979-
CMYK0.9100.390.49
HSL154.58º84.29%27.45%-
HSV(B)154.58º91.47%50.59%-
XYZ9.416.3410.05-
YUV88.02122.9173.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 129 (50.78% from 255) = 58.90%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=5.02%
G=58.90%
B=36.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11129790.9100.390.49154.5884.2927.45
HexB814F5B027319b541b
Octal132011171330476123312433
Binary10111000000110011111011011010011111000110011011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,129,79); }

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

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

 a { background-color: rgb(11,129,79); }

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

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

 span { border-color: rgb(11,129,79); }

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