Html Css Color HEX #0B3006 Myrtle

📋 copy color: '#0B3006'

red 11 ◦ green 48 ◦ blue 6

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

Shades of Myrtle #0B3006

Tints of Myrtle #0B3006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 73.85%

 BLUE value IS 6 (2.73% from 255) = 9.23%

R = 16.92%
G = 73.85%
B = 9.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#0B3006 (or 0x0B3006) is known color: Myrtle. HEX triplet: 0B, 30 and 06. RGB value is (11,48,6). Sum of RGB (Red+Green+Blue) = 11+48+6=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3006 is #F4CFF9. Grayscale: #202020. Windows color (decimal): -16044026 or 405515. OLE color: 405515.

HSL color Cylindrical-coordinate representation of color #0B3006: hue angle of 112.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3006 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 48 6 -
CMYK 0.77 0 0.87 0.81
HSL 112.86º 0.78% 0.11% -
HSV(B) 112.86º 0.88% 0.19% -
XYZ 1.23 2.2 0.53 -
YUV 32.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 11 48 6 0.77 0 0.87 0.81 112.86 0.78 0.11
Hex B 30 6 4D 0 57 51 71 4E B
Octal 13 60 6 115 0 127 121 161 116 13
Binary 1011 110000 110 1001101 0 1010111 1010001 1110001 1001110 1011

Color Harmonies of #0B3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3006

Black with #0B3006

Text Example


Text Example

White with #0B3006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,48,6); }

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

background-color css

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

 a { background-color: rgb(11,48,6); }

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

border-color css

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

 span { border-color: rgb(11,48,6); }

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