Html Css Color HEX #0F480D Myrtle

📋 copy color: '#0F480D'

red 15 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #0F480D

Tints of Myrtle #0F480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13%

R = 15%
G = 72%
B = 13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#0F480D (or 0x0F480D) is known color: Myrtle. HEX triplet: 0F, 48 and 0D. RGB value is (15,72,13). Sum of RGB (Red+Green+Blue) = 15+72+13=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #0F480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F480D is #F0B7F2. Grayscale: #303030. Windows color (decimal): -15775731 or 870415. OLE color: 870415.

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

Color convert

RGB 15 72 13 -
CMYK 0.79 0 0.82 0.72
HSL 117.97º 0.69% 0.17% -
HSV(B) 117.97º 0.82% 0.28% -
XYZ 2.59 4.77 1.16 -
YUV 48.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 15 72 13 0.79 0 0.82 0.72 117.97 0.69 0.17
Hex F 48 D 4F 0 52 48 76 45 11
Octal 17 110 15 117 0 122 110 166 105 21
Binary 1111 1001000 1101 1001111 0 1010010 1001000 1110110 1000101 10001

Color Harmonies of #0F480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F480D

Black with #0F480D

Text Example


Text Example

White with #0F480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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