Html Css Color HEX #0F3413 Myrtle

📋 copy color: '#0F3413'

red 15 ◦ green 52 ◦ blue 19

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

Shades of Myrtle #0F3413

Tints of Myrtle #0F3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 60.47%

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 17.44%
G = 60.47%
B = 22.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#0F3413 (or 0x0F3413) is known color: Myrtle. HEX triplet: 0F, 34 and 13. RGB value is (15,52,19). Sum of RGB (Red+Green+Blue) = 15+52+19=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3413 is #F0CBEC. Grayscale: #252525. Windows color (decimal): -15780845 or 1258511. OLE color: 1258511.

HSL color Cylindrical-coordinate representation of color #0F3413: hue angle of 126.49º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3413 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 52 19 -
CMYK 0.71 0 0.63 0.80
HSL 126.49º 0.55% 0.13% -
HSV(B) 126.49º 0.71% 0.2% -
XYZ 1.54 2.6 1.04 -
YUV 37.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 15 52 19 0.71 0 0.63 0.80 126.49 0.55 0.13
Hex F 34 13 47 0 3F 50 7E 37 D
Octal 17 64 23 107 0 77 120 176 67 15
Binary 1111 110100 10011 1000111 0 111111 1010000 1111110 110111 1101

Color Harmonies of #0F3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3413

Black with #0F3413

Text Example


Text Example

White with #0F3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,19); }

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

background-color css

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

 a { background-color: rgb(15,52,19); }

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

border-color css

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

 span { border-color: rgb(15,52,19); }

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