#0E4007

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

Shades of Myrtle #0E4007

Tints of Myrtle #0E4007

Color information

#0E4007 (or 0x0E4007) is unknown color: approx Myrtle. HEX triplet: 0E, 40 and 07. RGB value is (14,64,7). Sum of RGB (Red+Green+Blue) = 14+64+7=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #0E4007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4007 is #F1BFF8. Grayscale: #2A2A2A. Windows color (decimal): -15843321 or 475150. OLE color: 475150.

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

Color convert

RGB14647-
CMYK0.7800.890.75
HSL112.63º80.28%13.92%-
HSV(B)112.63º89.06%25.1%-
XYZ2.053.780.82-
YUV42.55107.94107.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.47%
GREEN value IS 64 (25.39% from 255) = 75.29%
BLUE value IS 7 (3.12% from 255) = 8.24%
R=16.47%
G=75.29%
B=8.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal146470.7800.890.75112.6380.2813.92
HexE4074E0594B7150e
Octal161007116013111316112016
Binary111010000001111001110010110011001011111000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,64,7); }

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

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

 a { background-color: rgb(14,64,7); }

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

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

 span { border-color: rgb(14,64,7); }

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