Html Css Color HEX #0F480B Myrtle

📋 copy color: '#0F480B'

red 15 ◦ green 72 ◦ blue 11

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

Shades of Myrtle #0F480B

Tints of Myrtle #0F480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.22%

R = 15.31%
G = 73.47%
B = 11.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#0F480B (or 0x0F480B) is known color: Myrtle. HEX triplet: 0F, 48 and 0B. RGB value is (15,72,11). Sum of RGB (Red+Green+Blue) = 15+72+11=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #0F480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F480B is #F0B7F4. Grayscale: #303030. Windows color (decimal): -15775733 or 739343. OLE color: 739343.

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

Color convert

RGB 15 72 11 -
CMYK 0.79 0 0.85 0.72
HSL 116.07º 0.73% 0.16% -
HSV(B) 116.07º 0.85% 0.28% -
XYZ 2.57 4.76 1.1 -
YUV 48 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 15 72 11 0.79 0 0.85 0.72 116.07 0.73 0.16
Hex F 48 B 4F 0 55 48 74 49 10
Octal 17 110 13 117 0 125 110 164 111 20
Binary 1111 1001000 1011 1001111 0 1010101 1001000 1110100 1001001 10000

Color Harmonies of #0F480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F480B

Black with #0F480B

Text Example


Text Example

White with #0F480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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