#0C3F0A

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

Shades of Myrtle #0C3F0A

Tints of Myrtle #0C3F0A

Color information

#0C3F0A (or 0x0C3F0A) is unknown color: approx Myrtle. HEX triplet: 0C, 3F and 0A. RGB value is (12,63,10). Sum of RGB (Red+Green+Blue) = 12+63+10=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3F0A is #F3C0F5. Grayscale: #292929. Windows color (decimal): -15974646 or 671500. OLE color: 671500.

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

Color convert

RGB126310-
CMYK0.8100.840.75
HSL117.74º72.6%14.31%-
HSV(B)117.74º84.13%24.71%-
XYZ1.983.660.89-
YUV41.71110.1106.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.12%
GREEN value IS 63 (25% from 255) = 74.12%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=14.12%
G=74.12%
B=11.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263100.8100.840.75117.7472.614.31
HexC3FA510544B7649e
Octal147712121012411316611116
Binary110011111110101010001010101001001011111011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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