#0C3F12

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

Shades of Myrtle #0C3F12

Tints of Myrtle #0C3F12

Color information

#0C3F12 (or 0x0C3F12) is unknown color: approx Myrtle. HEX triplet: 0C, 3F and 12. RGB value is (12,63,18). Sum of RGB (Red+Green+Blue) = 12+63+18=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 63 (25% from 255 or 67.74% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F12 is #F3C0ED. Grayscale: #2A2A2A. Windows color (decimal): -15974638 or 1195788. OLE color: 1195788.

HSL color Cylindrical-coordinate representation of color #0C3F12: hue angle of 127.06º 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 #0C3F12 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB126318-
CMYK0.8100.710.75
HSL127.06º68%14.71%-
HSV(B)127.06º80.95%24.71%-
XYZ2.043.681.17-
YUV42.62114.1106.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 63 (25% from 255) = 67.74%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=12.90%
G=67.74%
B=19.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263180.8100.710.75127.066814.71
HexC3F12510474B7f44f
Octal147722121010711317710417
Binary1100111111100101010001010001111001011111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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