#0C3F13

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

Shades of Myrtle #0C3F13

Tints of Myrtle #0C3F13

Color information

#0C3F13 (or 0x0C3F13) is unknown color: approx Myrtle. HEX triplet: 0C, 3F and 13. RGB value is (12,63,19). Sum of RGB (Red+Green+Blue) = 12+63+19=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 63 (25% from 255 or 67.02% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F13 is #F3C0EC. Grayscale: #2A2A2A. Windows color (decimal): -15974637 or 1261324. OLE color: 1261324.

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

Color convert

RGB126319-
CMYK0.8100.700.75
HSL128.24º68%14.71%-
HSV(B)128.24º80.95%24.71%-
XYZ2.053.681.22-
YUV42.73114.6106.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 63 (25% from 255) = 67.02%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=12.77%
G=67.02%
B=20.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263190.8100.700.75128.246814.71
HexC3F13510464B8044f
Octal147723121010611320010417
Binary11001111111001110100010100011010010111000000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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