#0C3E10

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

Shades of Myrtle #0C3E10

Tints of Myrtle #0C3E10

Color information

#0C3E10 (or 0x0C3E10) is unknown color: approx Myrtle. HEX triplet: 0C, 3E and 10. RGB value is (12,62,16). Sum of RGB (Red+Green+Blue) = 12+62+16=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 62 (24.61% from 255 or 68.89% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 62 - color contains mainly: green. Hex color #0C3E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3E10 is #F3C1EF. Grayscale: #292929. Windows color (decimal): -15974896 or 1064460. OLE color: 1064460.

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

Color convert

RGB126216-
CMYK0.8100.740.76
HSL124.8º67.57%14.51%-
HSV(B)124.8º80.65%24.31%-
XYZ1.973.561.07-
YUV41.81113.44106.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 62 (24.61% from 255) = 68.89%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=13.33%
G=68.89%
B=17.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1262160.8100.740.76124.867.5714.51
HexC3E105104A4C7d44f
Octal147620121011211417510417
Binary1100111110100001010001010010101001100111110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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