#0C3F10

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

Shades of Myrtle #0C3F10

Tints of Myrtle #0C3F10

Color information

#0C3F10 (or 0x0C3F10) is unknown color: approx Myrtle. HEX triplet: 0C, 3F and 10. RGB value is (12,63,16). Sum of RGB (Red+Green+Blue) = 12+63+16=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 63 (25% from 255 or 69.23% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F10 is #F3C0EF. Grayscale: #2A2A2A. Windows color (decimal): -15974640 or 1064716. OLE color: 1064716.

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

Color convert

RGB126316-
CMYK0.8100.750.75
HSL124.71º68%14.71%-
HSV(B)124.71º80.95%24.71%-
XYZ2.023.671.09-
YUV42.39113.1106.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.19%
GREEN value IS 63 (25% from 255) = 69.23%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=13.19%
G=69.23%
B=17.58%

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
Decimal1263160.8100.750.75124.716814.71
HexC3F105104B4B7d44f
Octal147720121011311317510417
Binary1100111111100001010001010010111001011111110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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