#0E3700

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

Shades of Myrtle #0E3700

Tints of Myrtle #0E3700

Color information

#0E3700 (or 0x0E3700) is unknown color: approx Myrtle. HEX triplet: 0E, 37 and 00. RGB value is (14,55,0). Sum of RGB (Red+Green+Blue) = 14+55+0=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 55 (21.88% from 255 or 79.71% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3700 is #F1C8FF. Grayscale: #242424. Windows color (decimal): -15845632 or 14094. OLE color: 14094.

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

Color convert

RGB14550-
CMYK0.75010.78
HSL104.73º100%10.78%-
HSV(B)104.73º100%21.57%-
XYZ1.552.830.46-
YUV36.47107.42111.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 55 (21.88% from 255) = 79.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.29%
G=79.71%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal145500.75010.78104.7310010.78
HexE3704B0644E6964b
Octal16670113014411615114413
Binary111011011101001011011001001001110110100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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