#0B814E

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

Shades of Salem #0B814E

Tints of Salem #0B814E

Color information

#0B814E (or 0x0B814E) is unknown color: approx Salem. HEX triplet: 0B, 81 and 4E. RGB value is (11,129,78). Sum of RGB (Red+Green+Blue) = 11+129+78=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #0B814E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B814E is #F47EB1. Grayscale: #575757. Windows color (decimal): -16023218 or 5144843. OLE color: 5144843.

HSL color Cylindrical-coordinate representation of color #0B814E: hue angle of 154.07º 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 #0B814E is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1112978-
CMYK0.9100.400.49
HSL154.07º84.29%27.45%-
HSV(B)154.07º91.47%50.59%-
XYZ9.3616.329.86-
YUV87.9122.4173.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 129 (50.78% from 255) = 59.17%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=5.05%
G=59.17%
B=35.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11129780.9100.400.49154.0784.2927.45
HexB814E5B028319a541b
Octal132011161330506123212433
Binary10111000000110011101011011010100011000110011010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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