Html Css Color HEX #0F3409 Myrtle

📋 copy color: '#0F3409'

red 15 ◦ green 52 ◦ blue 9

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

Shades of Myrtle #0F3409

Tints of Myrtle #0F3409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 19.74%
G = 68.42%
B = 11.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#0F3409 (or 0x0F3409) is known color: Myrtle. HEX triplet: 0F, 34 and 09. RGB value is (15,52,9). Sum of RGB (Red+Green+Blue) = 15+52+9=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3409 is #F0CBF6. Grayscale: #242424. Windows color (decimal): -15780855 or 603151. OLE color: 603151.

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

Color convert

RGB 15 52 9 -
CMYK 0.71 0 0.83 0.80
HSL 111.63º 0.7% 0.12% -
HSV(B) 111.63º 0.83% 0.2% -
XYZ 1.47 2.58 0.68 -
YUV 36.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 15 52 9 0.71 0 0.83 0.80 111.63 0.7 0.12
Hex F 34 9 47 0 53 50 70 46 C
Octal 17 64 11 107 0 123 120 160 106 14
Binary 1111 110100 1001 1000111 0 1010011 1010000 1110000 1000110 1100

Color Harmonies of #0F3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3409

Black with #0F3409

Text Example


Text Example

White with #0F3409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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