Html Css Color HEX #0B490F Myrtle

📋 copy color: '#0B490F'

red 11 ◦ green 73 ◦ blue 15

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

Shades of Myrtle #0B490F

Tints of Myrtle #0B490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 11.11%
G = 73.74%
B = 15.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#0B490F (or 0x0B490F) is known color: Myrtle. HEX triplet: 0B, 49 and 0F. RGB value is (11,73,15). Sum of RGB (Red+Green+Blue) = 11+73+15=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #0B490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B490F is #F4B6F0. Grayscale: #303030. Windows color (decimal): -16037617 or 1001739. OLE color: 1001739.

HSL color Cylindrical-coordinate representation of color #0B490F: hue angle of 123.87º 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 #0B490F is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 73 15 -
CMYK 0.85 0 0.79 0.71
HSL 123.87º 0.74% 0.16% -
HSV(B) 123.87º 0.85% 0.29% -
XYZ 2.61 4.87 1.25 -
YUV 47.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 11 73 15 0.85 0 0.79 0.71 123.87 0.74 0.16
Hex B 49 F 55 0 4F 47 7C 4A 10
Octal 13 111 17 125 0 117 107 174 112 20
Binary 1011 1001001 1111 1010101 0 1001111 1000111 1111100 1001010 10000

Color Harmonies of #0B490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B490F

Black with #0B490F

Text Example


Text Example

White with #0B490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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