Html Css Color HEX #0F340D Myrtle

📋 copy color: '#0F340D'

red 15 ◦ green 52 ◦ blue 13

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

Shades of Myrtle #0F340D

Tints of Myrtle #0F340D

RGB

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

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

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

R = 18.75%
G = 65%
B = 16.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#0F340D (or 0x0F340D) is known color: Myrtle. HEX triplet: 0F, 34 and 0D. RGB value is (15,52,13). Sum of RGB (Red+Green+Blue) = 15+52+13=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #0F340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F340D is #F0CBF2. Grayscale: #242424. Windows color (decimal): -15780851 or 865295. OLE color: 865295.

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

Color convert

RGB 15 52 13 -
CMYK 0.71 0 0.75 0.80
HSL 116.92º 0.6% 0.13% -
HSV(B) 116.92º 0.75% 0.2% -
XYZ 1.5 2.59 0.8 -
YUV 36.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 15 52 13 0.71 0 0.75 0.80 116.92 0.6 0.13
Hex F 34 D 47 0 4B 50 75 3C D
Octal 17 64 15 107 0 113 120 165 74 15
Binary 1111 110100 1101 1000111 0 1001011 1010000 1110101 111100 1101

Color Harmonies of #0F340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F340D

Black with #0F340D

Text Example


Text Example

White with #0F340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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