Html Css Color HEX #0F3F11 Myrtle

📋 copy color: '#0F3F11'

red 15 ◦ green 63 ◦ blue 17

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

Shades of Myrtle #0F3F11

Tints of Myrtle #0F3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 66.32%

 BLUE value IS 17 (7.03% from 255) = 17.89%

R = 15.79%
G = 66.32%
B = 17.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#0F3F11 (or 0x0F3F11) is known color: Myrtle. HEX triplet: 0F, 3F and 11. RGB value is (15,63,17). Sum of RGB (Red+Green+Blue) = 15+63+17=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3F11 is #F0C0EE. Grayscale: #2B2B2B. Windows color (decimal): -15778031 or 1130255. OLE color: 1130255.

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

Color convert

RGB 15 63 17 -
CMYK 0.76 0 0.73 0.75
HSL 122.5º 0.62% 0.15% -
HSV(B) 122.5º 0.76% 0.25% -
XYZ 2.08 3.7 1.13 -
YUV 43.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 15 63 17 0.76 0 0.73 0.75 122.5 0.62 0.15
Hex F 3F 11 4C 0 49 4B 7B 3E F
Octal 17 77 21 114 0 111 113 173 76 17
Binary 1111 111111 10001 1001100 0 1001001 1001011 1111011 111110 1111

Color Harmonies of #0F3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3F11

Black with #0F3F11

Text Example


Text Example

White with #0F3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,63,17); }

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

background-color css

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

 a { background-color: rgb(15,63,17); }

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

border-color css

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

 span { border-color: rgb(15,63,17); }

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