#0B4708

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

Shades of Myrtle #0B4708

Tints of Myrtle #0B4708

Color information

#0B4708 (or 0x0B4708) is unknown color: approx Myrtle. HEX triplet: 0B, 47 and 08. RGB value is (11,71,8). Sum of RGB (Red+Green+Blue) = 11+71+8=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4708 is #F4B8F7. Grayscale: #2E2E2E. Windows color (decimal): -16038136 or 542475. OLE color: 542475.

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

Color convert

RGB11718-
CMYK0.8500.890.72
HSL117.14º79.75%15.49%-
HSV(B)117.14º88.73%27.84%-
XYZ2.444.60.99-
YUV45.88106.62103.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.22%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=12.22%
G=78.89%
B=8.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal117180.8500.890.72117.1479.7515.49
HexB47855059487550f
Octal1310710125013111016512017
Binary1011100011110001010101010110011001000111010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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