#0C360D

Color #0C360D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0C360D

Tints of Myrtle #0C360D

Color information

#0C360D (or 0x0C360D) is unknown color: approx Myrtle. HEX triplet: 0C, 36 and 0D. RGB value is (12,54,13). Sum of RGB (Red+Green+Blue) = 12+54+13=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #0C360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C360D is #F3C9F2. Grayscale: #242424. Windows color (decimal): -15976947 or 865804. OLE color: 865804.

HSL color Cylindrical-coordinate representation of color #0C360D: hue angle of 121.43º 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 #0C360D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB125413-
CMYK0.7800.760.79
HSL121.43º63.64%12.94%-
HSV(B)121.43º77.78%21.18%-
XYZ1.542.750.83-
YUV36.77114.59110.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 54 (21.48% from 255) = 68.35%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=15.19%
G=68.35%
B=16.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1254130.7800.760.79121.4363.6412.94
HexC36D4E04C4F7940d
Octal146615116011411717110015
Binary110011011011011001110010011001001111111100110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C360D;
 }
 .AnyTagClassName
 {
   color: #0C360D;
 }
</style>
background-color css

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

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

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

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

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

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