Html Css Color HEX #0F4808 Myrtle

📋 copy color: '#0F4808'

red 15 ◦ green 72 ◦ blue 8

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

Shades of Myrtle #0F4808

Tints of Myrtle #0F4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 75.79%

 BLUE value IS 8 (3.52% from 255) = 8.42%

R = 15.79%
G = 75.79%
B = 8.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#0F4808 (or 0x0F4808) is known color: Myrtle. HEX triplet: 0F, 48 and 08. RGB value is (15,72,8). Sum of RGB (Red+Green+Blue) = 15+72+8=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4808 is #F0B7F7. Grayscale: #2F2F2F. Windows color (decimal): -15775736 or 542735. OLE color: 542735.

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

Color convert

RGB 15 72 8 -
CMYK 0.79 0 0.89 0.72
HSL 113.44º 0.8% 0.16% -
HSV(B) 113.44º 0.89% 0.28% -
XYZ 2.56 4.75 1.01 -
YUV 47.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 15 72 8 0.79 0 0.89 0.72 113.44 0.8 0.16
Hex F 48 8 4F 0 59 48 71 50 10
Octal 17 110 10 117 0 131 110 161 120 20
Binary 1111 1001000 1000 1001111 0 1011001 1001000 1110001 1010000 10000

Color Harmonies of #0F4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4808

Black with #0F4808

Text Example


Text Example

White with #0F4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,8); }

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

background-color css

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

 a { background-color: rgb(15,72,8); }

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

border-color css

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

 span { border-color: rgb(15,72,8); }

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