Html Css Color HEX #0B470F Myrtle

📋 copy color: '#0B470F'

red 11 ◦ green 71 ◦ blue 15

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

Shades of Myrtle #0B470F

Tints of Myrtle #0B470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 73.2%

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

R = 11.34%
G = 73.2%
B = 15.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#0B470F (or 0x0B470F) is known color: Myrtle. HEX triplet: 0B, 47 and 0F. RGB value is (11,71,15). Sum of RGB (Red+Green+Blue) = 11+71+15=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #0B470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B470F is #F4B8F0. Grayscale: #2E2E2E. Windows color (decimal): -16038129 or 1001227. OLE color: 1001227.

HSL color Cylindrical-coordinate representation of color #0B470F: hue angle of 124º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B470F is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 15 -
CMYK 0.85 0 0.79 0.72
HSL 124º 0.73% 0.16% -
HSV(B) 124º 0.85% 0.28% -
XYZ 2.48 4.61 1.21 -
YUV 46.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 11 71 15 0.85 0 0.79 0.72 124 0.73 0.16
Hex B 47 F 55 0 4F 48 7C 49 10
Octal 13 107 17 125 0 117 110 174 111 20
Binary 1011 1000111 1111 1010101 0 1001111 1001000 1111100 1001001 10000

Color Harmonies of #0B470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B470F

Black with #0B470F

Text Example


Text Example

White with #0B470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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