Html Css Color HEX #0F480C Myrtle

📋 copy color: '#0F480C'

red 15 ◦ green 72 ◦ blue 12

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

Shades of Myrtle #0F480C

Tints of Myrtle #0F480C

RGB

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

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

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

R = 15.15%
G = 72.73%
B = 12.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#0F480C (or 0x0F480C) is known color: Myrtle. HEX triplet: 0F, 48 and 0C. RGB value is (15,72,12). Sum of RGB (Red+Green+Blue) = 15+72+12=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #0F480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F480C is #F0B7F3. Grayscale: #303030. Windows color (decimal): -15775732 or 804879. OLE color: 804879.

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

Color convert

RGB 15 72 12 -
CMYK 0.79 0 0.83 0.72
HSL 117º 0.71% 0.16% -
HSV(B) 117º 0.83% 0.28% -
XYZ 2.58 4.76 1.13 -
YUV 48.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 15 72 12 0.79 0 0.83 0.72 117 0.71 0.16
Hex F 48 C 4F 0 53 48 75 47 10
Octal 17 110 14 117 0 123 110 165 107 20
Binary 1111 1001000 1100 1001111 0 1010011 1001000 1110101 1000111 10000

Color Harmonies of #0F480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F480C

Black with #0F480C

Text Example


Text Example

White with #0F480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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