#0B7249

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

Shades of Jewel #0B7249

Tints of Jewel #0B7249

Color information

#0B7249 (or 0x0B7249) is unknown color: approx Jewel. HEX triplet: 0B, 72 and 49. RGB value is (11,114,73). Sum of RGB (Red+Green+Blue) = 11+114+73=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #0B7249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7249 is #F48DB6. Grayscale: #4E4E4E. Windows color (decimal): -16027063 or 4813323. OLE color: 4813323.

HSL color Cylindrical-coordinate representation of color #0B7249: hue angle of 156.12º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7249 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1111473-
CMYK0.9000.360.55
HSL156.12º82.4%24.51%-
HSV(B)156.12º90.35%44.71%-
XYZ7.3612.598.35-
YUV78.53124.8879.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=5.56%
G=57.58%
B=36.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114730.9000.360.55156.1282.424.51
HexB72495A024379c5219
Octal131621111320446723412231
Binary1011111001010010011011010010010011011110011100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,114,73); }

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

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

 a { background-color: rgb(11,114,73); }

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

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

 span { border-color: rgb(11,114,73); }

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