#0B4700

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

Shades of Myrtle #0B4700

Tints of Myrtle #0B4700

Color information

#0B4700 (or 0x0B4700) is unknown color: approx Myrtle. HEX triplet: 0B, 47 and 00. RGB value is (11,71,0). Sum of RGB (Red+Green+Blue) = 11+71+0=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4700 is #F4B8FF. Grayscale: #2D2D2D. Windows color (decimal): -16038144 or 18187. OLE color: 18187.

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

Color convert

RGB11710-
CMYK0.85010.72
HSL110.7º100%13.92%-
HSV(B)110.7º100%27.84%-
XYZ2.394.580.76-
YUV44.97102.62103.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 71 (28.12% from 255) = 86.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.41%
G=86.59%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal117100.85010.72110.710013.92
HexB47055064486f64e
Octal131070125014411015714416
Binary1011100011101010101011001001001000110111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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