#0B4009

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

Shades of Myrtle #0B4009

Tints of Myrtle #0B4009

Color information

#0B4009 (or 0x0B4009) is unknown color: approx Myrtle. HEX triplet: 0B, 40 and 09. RGB value is (11,64,9). Sum of RGB (Red+Green+Blue) = 11+64+9=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4009 is #F4BFF6. Grayscale: #2A2A2A. Windows color (decimal): -16039927 or 606219. OLE color: 606219.

HSL color Cylindrical-coordinate representation of color #0B4009: hue angle of 117.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4009 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB11649-
CMYK0.8300.860.75
HSL117.82º75.34%14.31%-
HSV(B)117.82º85.94%25.1%-
XYZ2.023.760.88-
YUV41.88109.44105.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 64 (25.39% from 255) = 76.19%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=13.10%
G=76.19%
B=10.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal116490.8300.860.75117.8275.3414.31
HexB409530564B764be
Octal1310011123012611316611316
Binary1011100000010011010011010101101001011111011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,9); }

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

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

 a { background-color: rgb(11,64,9); }

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

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

 span { border-color: rgb(11,64,9); }

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