Html Css Color HEX #0B3809 Myrtle

📋 copy color: '#0B3809'

red 11 ◦ green 56 ◦ blue 9

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

Shades of Myrtle #0B3809

Tints of Myrtle #0B3809

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 value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#0B3809 (or 0x0B3809) is known color: 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

RGB 11 56 9 -
CMYK 0.80 0 0.84 0.78
HSL 117.45º 0.72% 0.13% -
HSV(B) 117.45º 0.84% 0.22% -
XYZ 1.6 2.92 0.74 -
YUV 37.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 11 56 9 0.80 0 0.84 0.78 117.45 0.72 0.13
Hex B 38 9 50 0 54 4E 75 48 D
Octal 13 70 11 120 0 124 116 165 110 15
Binary 1011 111000 1001 1010000 0 1010100 1001110 1110101 1001000 1101

Color Harmonies of #0B3809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3809

Black with #0B3809

Text Example


Text Example

White with #0B3809

Text Example


Text Example

HTML Codes & Css Web 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>