#0B3809

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

Shades of Myrtle #0B3809

Tints of Myrtle #0B3809

Color information

#0B3809 (or 0x0B3809) is unknown color: approx Myrtle. HEX triplet: 0B, 38 and 09. RGB value is (11,56,9). Sum of RGB (Red+Green+Blue) = 11+56+9=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3809 is #F4C7F6. Grayscale: #252525. Windows color (decimal): -16041975 or 604171. OLE color: 604171.

HSL color Cylindrical-coordinate representation of color #0B3809: hue angle of 117.45º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B3809 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB11569-
CMYK0.8000.840.78
HSL117.45º72.31%12.75%-
HSV(B)117.45º83.93%21.96%-
XYZ1.62.920.74-
YUV37.19112.09109.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 56 (22.27% from 255) = 73.68%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=14.47%
G=73.68%
B=11.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal115690.8000.840.78117.4572.3112.75
HexB389500544E7548d
Octal137011120012411616511015
Binary101111100010011010000010101001001110111010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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