#0B470F

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

Shades of Myrtle #0B470F

Tints of Myrtle #0B470F

Color information

#0B470F (or 0x0B470F) is unknown color: approx Myrtle. HEX triplet: 0B, 47 and 0F. RGB value is (11,71,15). Sum of RGB (Red+Green+Blue) = 11+71+15=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #0B470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B470F is #F4B8F0. Grayscale: #2E2E2E. Windows color (decimal): -16038129 or 1001227. OLE color: 1001227.

HSL color Cylindrical-coordinate representation of color #0B470F: hue angle of 124º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B470F is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB117115-
CMYK0.8500.790.72
HSL124º73.17%16.08%-
HSV(B)124º84.51%27.84%-
XYZ2.484.611.21-
YUV46.68110.12102.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 71 (28.12% from 255) = 73.20%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=11.34%
G=73.20%
B=15.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1171150.8500.790.7212473.1716.08
HexB47F5504F487c4910
Octal1310717125011711017411120
Binary10111000111111110101010100111110010001111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,71,15); }

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

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

 a { background-color: rgb(11,71,15); }

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

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

 span { border-color: rgb(11,71,15); }

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