Html Css Color HEX #0B3A09 Myrtle

📋 copy color: '#0B3A09'

red 11 ◦ green 58 ◦ blue 9

#0B3A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0B3A09

Tints of Myrtle #0B3A09

RGB

 RED value IS 11 (4.69% from 255) = 14.1%

 GREEN value IS 58 (23.05% from 255) = 74.36%

 BLUE value IS 9 (3.91% from 255) = 11.54%

R = 14.1%
G = 74.36%
B = 11.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.77

RGB Variations

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

Color information

#0B3A09 (or 0x0B3A09) is known color: Myrtle. HEX triplet: 0B, 3A and 09. RGB value is (11,58,9). Sum of RGB (Red+Green+Blue) = 11+58+9=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3A09 is #F4C5F6. Grayscale: #262626. Windows color (decimal): -16041463 or 604683. OLE color: 604683.

HSL color Cylindrical-coordinate representation of color #0B3A09: hue angle of 117.55º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B3A09 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 58 9 -
CMYK 0.81 0 0.84 0.77
HSL 117.55º 0.73% 0.13% -
HSV(B) 117.55º 0.84% 0.23% -
XYZ 1.7 3.12 0.77 -
YUV 38.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 11 58 9 0.81 0 0.84 0.77 117.55 0.73 0.13
Hex B 3A 9 51 0 54 4D 76 49 D
Octal 13 72 11 121 0 124 115 166 111 15
Binary 1011 111010 1001 1010001 0 1010100 1001101 1110110 1001001 1101

Color Harmonies of #0B3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3A09

Black with #0B3A09

Text Example


Text Example

White with #0B3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B3A09;
 }
 .AnyTagClassName
 {
   color: #0B3A09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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