Html Css Color HEX #0F500D Myrtle

📋 copy color: '#0F500D'

red 15 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #0F500D

Tints of Myrtle #0F500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 74.07%

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

R = 13.89%
G = 74.07%
B = 12.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#0F500D (or 0x0F500D) is known color: Myrtle. HEX triplet: 0F, 50 and 0D. RGB value is (15,80,13). Sum of RGB (Red+Green+Blue) = 15+80+13=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #0F500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F500D is #F0AFF2. Grayscale: #353535. Windows color (decimal): -15773683 or 872463. OLE color: 872463.

HSL color Cylindrical-coordinate representation of color #0F500D: hue angle of 118.21º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F500D is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 13 -
CMYK 0.81 0 0.84 0.69
HSL 118.21º 0.72% 0.18% -
HSV(B) 118.21º 0.84% 0.31% -
XYZ 3.14 5.87 1.35 -
YUV 52.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 15 80 13 0.81 0 0.84 0.69 118.21 0.72 0.18
Hex F 50 D 51 0 54 45 76 48 12
Octal 17 120 15 121 0 124 105 166 110 22
Binary 1111 1010000 1101 1010001 0 1010100 1000101 1110110 1001000 10010

Color Harmonies of #0F500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F500D

Black with #0F500D

Text Example


Text Example

White with #0F500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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