Html Css Color HEX #0B4913 Myrtle

📋 copy color: '#0B4913'

red 11 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #0B4913

Tints of Myrtle #0B4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 70.87%

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 10.68%
G = 70.87%
B = 18.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#0B4913 (or 0x0B4913) is known color: Myrtle. HEX triplet: 0B, 49 and 13. RGB value is (11,73,19). Sum of RGB (Red+Green+Blue) = 11+73+19=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4913 is #F4B6EC. Grayscale: #303030. Windows color (decimal): -16037613 or 1263883. OLE color: 1263883.

HSL color Cylindrical-coordinate representation of color #0B4913: hue angle of 127.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4913 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 73 19 -
CMYK 0.85 0 0.74 0.71
HSL 127.74º 0.74% 0.16% -
HSV(B) 127.74º 0.85% 0.29% -
XYZ 2.64 4.88 1.42 -
YUV 48.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 11 73 19 0.85 0 0.74 0.71 127.74 0.74 0.16
Hex B 49 13 55 0 4A 47 80 4A 10
Octal 13 111 23 125 0 112 107 200 112 20
Binary 1011 1001001 10011 1010101 0 1001010 1000111 10000000 1001010 10000

Color Harmonies of #0B4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4913

Black with #0B4913

Text Example


Text Example

White with #0B4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,73,19); }

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

background-color css

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

 a { background-color: rgb(11,73,19); }

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

border-color css

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

 span { border-color: rgb(11,73,19); }

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