#0C4412

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

Shades of Myrtle #0C4412

Tints of Myrtle #0C4412

Color information

#0C4412 (or 0x0C4412) is unknown color: approx Myrtle. HEX triplet: 0C, 44 and 12. RGB value is (12,68,18). Sum of RGB (Red+Green+Blue) = 12+68+18=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4412 is #F3BBED. Grayscale: #2D2D2D. Windows color (decimal): -15973358 or 1197068. OLE color: 1197068.

HSL color Cylindrical-coordinate representation of color #0C4412: hue angle of 126.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4412 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB126818-
CMYK0.8200.740.73
HSL126.43º70%15.69%-
HSV(B)126.43º82.35%26.67%-
XYZ2.334.261.27-
YUV45.56112.45104.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 68 (26.95% from 255) = 69.39%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=12.24%
G=69.39%
B=18.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268180.8200.740.73126.437015.69
HexC44125204A497e4610
Octal1410422122011211117610620
Binary110010001001001010100100100101010010011111110100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,18); }

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

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

 a { background-color: rgb(12,68,18); }

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

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

 span { border-color: rgb(12,68,18); }

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