Html Css Color HEX #0F360C Myrtle

📋 copy color: '#0F360C'

red 15 ◦ green 54 ◦ blue 12

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

Shades of Myrtle #0F360C

Tints of Myrtle #0F360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 66.67%

 BLUE value IS 12 (5.08% from 255) = 14.81%

R = 18.52%
G = 66.67%
B = 14.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#0F360C (or 0x0F360C) is known color: Myrtle. HEX triplet: 0F, 36 and 0C. RGB value is (15,54,12). Sum of RGB (Red+Green+Blue) = 15+54+12=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #0F360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F360C is #F0C9F3. Grayscale: #252525. Windows color (decimal): -15780340 or 800271. OLE color: 800271.

HSL color Cylindrical-coordinate representation of color #0F360C: hue angle of 115.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F360C is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 54 12 -
CMYK 0.72 0 0.78 0.79
HSL 115.71º 0.64% 0.13% -
HSV(B) 115.71º 0.78% 0.21% -
XYZ 1.58 2.77 0.8 -
YUV 37.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 15 54 12 0.72 0 0.78 0.79 115.71 0.64 0.13
Hex F 36 C 48 0 4E 4F 74 40 D
Octal 17 66 14 110 0 116 117 164 100 15
Binary 1111 110110 1100 1001000 0 1001110 1001111 1110100 1000000 1101

Color Harmonies of #0F360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F360C

Black with #0F360C

Text Example


Text Example

White with #0F360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,12); }

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

background-color css

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

 a { background-color: rgb(15,54,12); }

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

border-color css

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

 span { border-color: rgb(15,54,12); }

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