#0C4010

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

Shades of Myrtle #0C4010

Tints of Myrtle #0C4010

Color information

#0C4010 (or 0x0C4010) is unknown color: approx Myrtle. HEX triplet: 0C, 40 and 10. RGB value is (12,64,16). Sum of RGB (Red+Green+Blue) = 12+64+16=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4010 is #F3BFEF. Grayscale: #2B2B2B. Windows color (decimal): -15974384 or 1064972. OLE color: 1064972.

HSL color Cylindrical-coordinate representation of color #0C4010: hue angle of 124.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4010 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB126416-
CMYK0.8100.750.75
HSL124.62º68.42%14.9%-
HSV(B)124.62º81.25%25.1%-
XYZ2.083.781.11-
YUV42.98112.77105.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=13.04%
G=69.57%
B=17.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264160.8100.750.75124.6268.4214.9
HexC40105104B4B7d44f
Octal1410020121011311317510417
Binary11001000000100001010001010010111001011111110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,16); }

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

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

 a { background-color: rgb(12,64,16); }

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

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

 span { border-color: rgb(12,64,16); }

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