#0E3C02

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

Shades of Myrtle #0E3C02

Tints of Myrtle #0E3C02

Color information

#0E3C02 (or 0x0E3C02) is unknown color: approx Myrtle. HEX triplet: 0E, 3C and 02. RGB value is (14,60,2). Sum of RGB (Red+Green+Blue) = 14+60+2=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 60 (23.83% from 255 or 78.95% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3C02 is #F1C3FD. Grayscale: #272727. Windows color (decimal): -15844350 or 146446. OLE color: 146446.

HSL color Cylindrical-coordinate representation of color #0E3C02: hue angle of 107.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E3C02 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB14602-
CMYK0.7700.970.76
HSL107.59º93.55%12.16%-
HSV(B)107.59º96.67%23.53%-
XYZ1.813.330.6-
YUV39.63106.76109.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 60 (23.83% from 255) = 78.95%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=18.42%
G=78.95%
B=2.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal146020.7700.970.76107.5993.5512.16
HexE3C24D0614C6c5ec
Octal16742115014111415413614
Binary1110111100101001101011000011001100110110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,60,2); }

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

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

 a { background-color: rgb(14,60,2); }

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

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

 span { border-color: rgb(14,60,2); }

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