#0B824E

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

Shades of Salem #0B824E

Tints of Salem #0B824E

Color information

#0B824E (or 0x0B824E) is unknown color: approx Salem. HEX triplet: 0B, 82 and 4E. RGB value is (11,130,78). Sum of RGB (Red+Green+Blue) = 11+130+78=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #0B824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B824E is #F47DB1. Grayscale: #585858. Windows color (decimal): -16022962 or 5145099. OLE color: 5145099.

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

Color convert

RGB1113078-
CMYK0.9200.400.49
HSL153.78º84.4%27.65%-
HSV(B)153.78º91.54%50.98%-
XYZ9.516.599.91-
YUV88.49122.0872.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=5.02%
G=59.36%
B=35.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11130780.9200.400.49153.7884.427.65
HexB824E5C028319a541c
Octal132021161340506123212434
Binary10111000001010011101011100010100011000110011010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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