#0C3709

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

Shades of Myrtle #0C3709

Tints of Myrtle #0C3709

Color information

#0C3709 (or 0x0C3709) is unknown color: approx Myrtle. HEX triplet: 0C, 37 and 09. RGB value is (12,55,9). Sum of RGB (Red+Green+Blue) = 12+55+9=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3709 is #F3C8F6. Grayscale: #252525. Windows color (decimal): -15976695 or 603916. OLE color: 603916.

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

Color convert

RGB12559-
CMYK0.7800.840.78
HSL116.09º71.88%12.55%-
HSV(B)116.09º83.64%21.57%-
XYZ1.572.830.72-
YUV36.9112.25110.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=15.79%
G=72.37%
B=11.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125590.7800.840.78116.0971.8812.55
HexC3794E0544E7448d
Octal146711116012411616411015
Binary110011011110011001110010101001001110111010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,55,9); }

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

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

 a { background-color: rgb(12,55,9); }

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

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

 span { border-color: rgb(12,55,9); }

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