Html Css Color HEX #0F390E Myrtle

📋 copy color: '#0F390E'

red 15 ◦ green 57 ◦ blue 14

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

Shades of Myrtle #0F390E

Tints of Myrtle #0F390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 66.28%

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 17.44%
G = 66.28%
B = 16.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#0F390E (or 0x0F390E) is known color: Myrtle. HEX triplet: 0F, 39 and 0E. RGB value is (15,57,14). Sum of RGB (Red+Green+Blue) = 15+57+14=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #0F390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F390E is #F0C6F1. Grayscale: #272727. Windows color (decimal): -15779570 or 932111. OLE color: 932111.

HSL color Cylindrical-coordinate representation of color #0F390E: hue angle of 118.6º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F390E is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 57 14 -
CMYK 0.74 0 0.75 0.78
HSL 118.6º 0.61% 0.14% -
HSV(B) 118.6º 0.75% 0.22% -
XYZ 1.74 3.06 0.91 -
YUV 39.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 15 57 14 0.74 0 0.75 0.78 118.6 0.61 0.14
Hex F 39 E 4A 0 4B 4E 77 3D E
Octal 17 71 16 112 0 113 116 167 75 16
Binary 1111 111001 1110 1001010 0 1001011 1001110 1110111 111101 1110

Color Harmonies of #0F390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F390E

Black with #0F390E

Text Example


Text Example

White with #0F390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,14); }

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

background-color css

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

 a { background-color: rgb(15,57,14); }

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

border-color css

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

 span { border-color: rgb(15,57,14); }

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