#0B4C09

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

Shades of Myrtle #0B4C09

Tints of Myrtle #0B4C09

Color information

#0B4C09 (or 0x0B4C09) is unknown color: approx Myrtle. HEX triplet: 0B, 4C and 09. RGB value is (11,76,9). Sum of RGB (Red+Green+Blue) = 11+76+9=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4C09 is #F4B3F6. Grayscale: #313131. Windows color (decimal): -16036855 or 609291. OLE color: 609291.

HSL color Cylindrical-coordinate representation of color #0B4C09: hue angle of 118.21º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4C09 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB11769-
CMYK0.8600.880.70
HSL118.21º78.82%16.67%-
HSV(B)118.21º88.16%29.8%-
XYZ2.775.261.13-
YUV48.93105.47100.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 76 (30.08% from 255) = 79.17%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=11.46%
G=79.17%
B=9.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal117690.8600.880.70118.2178.8216.67
HexB4C95605846764f11
Octal1311411126013010616611721
Binary10111001100100110101100101100010001101110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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