#0E3702

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

Shades of Myrtle #0E3702

Tints of Myrtle #0E3702

Color information

#0E3702 (or 0x0E3702) is unknown color: approx Myrtle. HEX triplet: 0E, 37 and 02. RGB value is (14,55,2). Sum of RGB (Red+Green+Blue) = 14+55+2=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3702 is #F1C8FD. Grayscale: #242424. Windows color (decimal): -15845630 or 145166. OLE color: 145166.

HSL color Cylindrical-coordinate representation of color #0E3702: hue angle of 106.42º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E3702 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB14552-
CMYK0.7500.960.78
HSL106.42º92.98%11.18%-
HSV(B)106.42º96.36%21.57%-
XYZ1.562.830.52-
YUV36.7108.42111.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.72%
GREEN value IS 55 (21.88% from 255) = 77.46%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=19.72%
G=77.46%
B=2.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal145520.7500.960.78106.4292.9811.18
HexE3724B0604E6a5db
Octal16672113014011615213513
Binary1110110111101001011011000001001110110101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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