Html Css Color HEX #0B5415 Myrtle

📋 copy color: '#0B5415'

red 11 ◦ green 84 ◦ blue 21

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

Shades of Myrtle #0B5415

Tints of Myrtle #0B5415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 9.48%
G = 72.41%
B = 18.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#0B5415 (or 0x0B5415) is known color: Myrtle. HEX triplet: 0B, 54 and 15. RGB value is (11,84,21). Sum of RGB (Red+Green+Blue) = 11+84+21=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5415 is #F4ABEA. Grayscale: #373737. Windows color (decimal): -16034795 or 1397771. OLE color: 1397771.

HSL color Cylindrical-coordinate representation of color #0B5415: hue angle of 128.22º 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 #0B5415 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 11 84 21 -
CMYK 0.87 0 0.75 0.67
HSL 128.22º 0.77% 0.19% -
HSV(B) 128.22º 0.87% 0.33% -
XYZ 3.44 6.47 1.78 -
YUV 54.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 11 84 21 0.87 0 0.75 0.67 128.22 0.77 0.19
Hex B 54 15 57 0 4B 43 80 4D 13
Octal 13 124 25 127 0 113 103 200 115 23
Binary 1011 1010100 10101 1010111 0 1001011 1000011 10000000 1001101 10011

Color Harmonies of #0B5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5415

Black with #0B5415

Text Example


Text Example

White with #0B5415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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