Html Css Color HEX #0F4015 Myrtle

📋 copy color: '#0F4015'

red 15 ◦ green 64 ◦ blue 21

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

Shades of Myrtle #0F4015

Tints of Myrtle #0F4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 64%

 BLUE value IS 21 (8.59% from 255) = 21%

R = 15%
G = 64%
B = 21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#0F4015 (or 0x0F4015) is known color: Myrtle. HEX triplet: 0F, 40 and 15. RGB value is (15,64,21). Sum of RGB (Red+Green+Blue) = 15+64+21=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4015 is #F0BFEA. Grayscale: #2C2C2C. Windows color (decimal): -15777771 or 1392655. OLE color: 1392655.

HSL color Cylindrical-coordinate representation of color #0F4015: hue angle of 127.35º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4015 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 64 21 -
CMYK 0.77 0 0.67 0.75
HSL 127.35º 0.62% 0.15% -
HSV(B) 127.35º 0.77% 0.25% -
XYZ 2.17 3.82 1.33 -
YUV 44.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 15 64 21 0.77 0 0.67 0.75 127.35 0.62 0.15
Hex F 40 15 4D 0 43 4B 7F 3E F
Octal 17 100 25 115 0 103 113 177 76 17
Binary 1111 1000000 10101 1001101 0 1000011 1001011 1111111 111110 1111

Color Harmonies of #0F4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4015

Black with #0F4015

Text Example


Text Example

White with #0F4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,21); }

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

background-color css

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

 a { background-color: rgb(15,64,21); }

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

border-color css

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

 span { border-color: rgb(15,64,21); }

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