Html Css Color HEX #0F480A Myrtle

📋 copy color: '#0F480A'

red 15 ◦ green 72 ◦ blue 10

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

Shades of Myrtle #0F480A

Tints of Myrtle #0F480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 15.46%
G = 74.23%
B = 10.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#0F480A (or 0x0F480A) is known color: Myrtle. HEX triplet: 0F, 48 and 0A. RGB value is (15,72,10). Sum of RGB (Red+Green+Blue) = 15+72+10=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #0F480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F480A is #F0B7F5. Grayscale: #303030. Windows color (decimal): -15775734 or 673807. OLE color: 673807.

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

Color convert

RGB 15 72 10 -
CMYK 0.79 0 0.86 0.72
HSL 115.16º 0.76% 0.16% -
HSV(B) 115.16º 0.86% 0.28% -
XYZ 2.57 4.76 1.07 -
YUV 47.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 15 72 10 0.79 0 0.86 0.72 115.16 0.76 0.16
Hex F 48 A 4F 0 56 48 73 4C 10
Octal 17 110 12 117 0 126 110 163 114 20
Binary 1111 1001000 1010 1001111 0 1010110 1001000 1110011 1001100 10000

Color Harmonies of #0F480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F480A

Black with #0F480A

Text Example


Text Example

White with #0F480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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