Html Css Color HEX #0F4113 Myrtle

📋 copy color: '#0F4113'

red 15 ◦ green 65 ◦ blue 19

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

Shades of Myrtle #0F4113

Tints of Myrtle #0F4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65.66%

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

R = 15.15%
G = 65.66%
B = 19.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#0F4113 (or 0x0F4113) is known color: Myrtle. HEX triplet: 0F, 41 and 13. RGB value is (15,65,19). Sum of RGB (Red+Green+Blue) = 15+65+19=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4113 is #F0BEEC. Grayscale: #2C2C2C. Windows color (decimal): -15777517 or 1261839. OLE color: 1261839.

HSL color Cylindrical-coordinate representation of color #0F4113: hue angle of 124.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4113 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 19 -
CMYK 0.77 0 0.71 0.75
HSL 124.8º 0.63% 0.16% -
HSV(B) 124.8º 0.77% 0.25% -
XYZ 2.2 3.93 1.26 -
YUV 44.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 15 65 19 0.77 0 0.71 0.75 124.8 0.63 0.16
Hex F 41 13 4D 0 47 4B 7D 3E 10
Octal 17 101 23 115 0 107 113 175 76 20
Binary 1111 1000001 10011 1001101 0 1000111 1001011 1111101 111110 10000

Color Harmonies of #0F4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4113

Black with #0F4113

Text Example


Text Example

White with #0F4113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,19); }

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

background-color css

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

 a { background-color: rgb(15,65,19); }

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

border-color css

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

 span { border-color: rgb(15,65,19); }

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