Html Css Color HEX #0F550D Myrtle

📋 copy color: '#0F550D'

red 15 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #0F550D

Tints of Myrtle #0F550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.22%

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

R = 13.27%
G = 75.22%
B = 11.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#0F550D (or 0x0F550D) is known color: Myrtle. HEX triplet: 0F, 55 and 0D. RGB value is (15,85,13). Sum of RGB (Red+Green+Blue) = 15+85+13=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #0F550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F550D is #F0AAF2. Grayscale: #383838. Windows color (decimal): -15772403 or 873743. OLE color: 873743.

HSL color Cylindrical-coordinate representation of color #0F550D: hue angle of 118.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F550D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 13 -
CMYK 0.82 0 0.85 0.67
HSL 118.33º 0.73% 0.19% -
HSV(B) 118.33º 0.85% 0.33% -
XYZ 3.52 6.63 1.47 -
YUV 55.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 15 85 13 0.82 0 0.85 0.67 118.33 0.73 0.19
Hex F 55 D 52 0 55 43 76 49 13
Octal 17 125 15 122 0 125 103 166 111 23
Binary 1111 1010101 1101 1010010 0 1010101 1000011 1110110 1001001 10011

Color Harmonies of #0F550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F550D

Black with #0F550D

Text Example


Text Example

White with #0F550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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