Html Css Color HEX #0B3A06 Myrtle

📋 copy color: '#0B3A06'

red 11 ◦ green 58 ◦ blue 6

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

Shades of Myrtle #0B3A06

Tints of Myrtle #0B3A06

RGB

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

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

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

R = 14.67%
G = 77.33%
B = 8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.77

RGB Variations

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

Color information

#0B3A06 (or 0x0B3A06) is known color: Myrtle. HEX triplet: 0B, 3A and 06. RGB value is (11,58,6). Sum of RGB (Red+Green+Blue) = 11+58+6=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 58 (23.05% from 255 or 77.33% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3A06 is #F4C5F9. Grayscale: #262626. Windows color (decimal): -16041466 or 408075. OLE color: 408075.

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

Color convert

RGB 11 58 6 -
CMYK 0.81 0 0.90 0.77
HSL 114.23º 0.81% 0.13% -
HSV(B) 114.23º 0.9% 0.23% -
XYZ 1.68 3.11 0.68 -
YUV 38.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 11 58 6 0.81 0 0.90 0.77 114.23 0.81 0.13
Hex B 3A 6 51 0 5A 4D 72 51 D
Octal 13 72 6 121 0 132 115 162 121 15
Binary 1011 111010 110 1010001 0 1011010 1001101 1110010 1010001 1101

Color Harmonies of #0B3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3A06

Black with #0B3A06

Text Example


Text Example

White with #0B3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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