#0C4306

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

Shades of Myrtle #0C4306

Tints of Myrtle #0C4306

Color information

#0C4306 (or 0x0C4306) is unknown color: approx Myrtle. HEX triplet: 0C, 43 and 06. RGB value is (12,67,6). Sum of RGB (Red+Green+Blue) = 12+67+6=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4306 is #F3BCF9. Grayscale: #2B2B2B. Windows color (decimal): -15973626 or 410380. OLE color: 410380.

HSL color Cylindrical-coordinate representation of color #0C4306: hue angle of 114.1º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4306 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB12676-
CMYK0.8200.910.74
HSL114.1º83.56%14.31%-
HSV(B)114.1º91.04%26.27%-
XYZ2.194.110.85-
YUV43.6106.78105.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.12%
GREEN value IS 67 (26.56% from 255) = 78.82%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=14.12%
G=78.82%
B=7.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal126760.8200.910.74114.183.5614.31
HexC4365205B4A7254e
Octal141036122013311216212416
Binary110010000111101010010010110111001010111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,6); }

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

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

 a { background-color: rgb(12,67,6); }

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

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

 span { border-color: rgb(12,67,6); }

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