Html Css Color HEX #0B5413 Myrtle

📋 copy color: '#0B5413'

red 11 ◦ green 84 ◦ blue 19

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

Shades of Myrtle #0B5413

Tints of Myrtle #0B5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.68%

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

R = 9.65%
G = 73.68%
B = 16.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#0B5413 (or 0x0B5413) is known color: Myrtle. HEX triplet: 0B, 54 and 13. RGB value is (11,84,19). Sum of RGB (Red+Green+Blue) = 11+84+19=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5413 is #F4ABEC. Grayscale: #363636. Windows color (decimal): -16034797 or 1266699. OLE color: 1266699.

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

Color convert

RGB 11 84 19 -
CMYK 0.87 0 0.77 0.67
HSL 126.58º 0.77% 0.19% -
HSV(B) 126.58º 0.87% 0.33% -
XYZ 3.43 6.46 1.68 -
YUV 54.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 11 84 19 0.87 0 0.77 0.67 126.58 0.77 0.19
Hex B 54 13 57 0 4D 43 7F 4D 13
Octal 13 124 23 127 0 115 103 177 115 23
Binary 1011 1010100 10011 1010111 0 1001101 1000011 1111111 1001101 10011

Color Harmonies of #0B5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5413

Black with #0B5413

Text Example


Text Example

White with #0B5413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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