Html Css Color HEX #0F460D Myrtle

📋 copy color: '#0F460D'

red 15 ◦ green 70 ◦ blue 13

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

Shades of Myrtle #0F460D

Tints of Myrtle #0F460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 71.43%

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

R = 15.31%
G = 71.43%
B = 13.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#0F460D (or 0x0F460D) is known color: Myrtle. HEX triplet: 0F, 46 and 0D. RGB value is (15,70,13). Sum of RGB (Red+Green+Blue) = 15+70+13=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #0F460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F460D is #F0B9F2. Grayscale: #2F2F2F. Windows color (decimal): -15776243 or 869903. OLE color: 869903.

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

Color convert

RGB 15 70 13 -
CMYK 0.79 0 0.81 0.73
HSL 117.89º 0.69% 0.16% -
HSV(B) 117.89º 0.81% 0.27% -
XYZ 2.46 4.51 1.12 -
YUV 47.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 15 70 13 0.79 0 0.81 0.73 117.89 0.69 0.16
Hex F 46 D 4F 0 51 49 76 45 10
Octal 17 106 15 117 0 121 111 166 105 20
Binary 1111 1000110 1101 1001111 0 1010001 1001001 1110110 1000101 10000

Color Harmonies of #0F460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F460D

Black with #0F460D

Text Example


Text Example

White with #0F460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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