Html Css Color HEX #0F490C Myrtle

📋 copy color: '#0F490C'

red 15 ◦ green 73 ◦ blue 12

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

Shades of Myrtle #0F490C

Tints of Myrtle #0F490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 15%
G = 73%
B = 12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#0F490C (or 0x0F490C) is known color: Myrtle. HEX triplet: 0F, 49 and 0C. RGB value is (15,73,12). Sum of RGB (Red+Green+Blue) = 15+73+12=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #0F490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F490C is #F0B6F3. Grayscale: #303030. Windows color (decimal): -15775476 or 805135. OLE color: 805135.

HSL color Cylindrical-coordinate representation of color #0F490C: hue angle of 117.05º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F490C is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 73 12 -
CMYK 0.79 0 0.84 0.71
HSL 117.05º 0.72% 0.17% -
HSV(B) 117.05º 0.84% 0.29% -
XYZ 2.65 4.89 1.15 -
YUV 48.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 15 73 12 0.79 0 0.84 0.71 117.05 0.72 0.17
Hex F 49 C 4F 0 54 47 75 48 11
Octal 17 111 14 117 0 124 107 165 110 21
Binary 1111 1001001 1100 1001111 0 1010100 1000111 1110101 1001000 10001

Color Harmonies of #0F490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F490C

Black with #0F490C

Text Example


Text Example

White with #0F490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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