#0C360F

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

Shades of Myrtle #0C360F

Tints of Myrtle #0C360F

Color information

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

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

Color convert

RGB125415-
CMYK0.7800.720.79
HSL124.29º63.64%12.94%-
HSV(B)124.29º77.78%21.18%-
XYZ1.562.750.9-
YUV37115.59110.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.81%
GREEN value IS 54 (21.48% from 255) = 66.67%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=14.81%
G=66.67%
B=18.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1254150.7800.720.79124.2963.6412.94
HexC36F4E0484F7c40d
Octal146617116011011717410015
Binary110011011011111001110010010001001111111110010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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