#0E2505

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

Shades of Myrtle #0E2505

Tints of Myrtle #0E2505

Color information

#0E2505 (or 0x0E2505) is unknown color: approx Myrtle. HEX triplet: 0E, 25 and 05. RGB value is (14,37,5). Sum of RGB (Red+Green+Blue) = 14+37+5=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2505 is #F1DAFA. Grayscale: #1A1A1A. Windows color (decimal): -15850235 or 337166. OLE color: 337166.

HSL color Cylindrical-coordinate representation of color #0E2505: hue angle of 103.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2505 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB14375-
CMYK0.6200.860.85
HSL103.12º76.19%8.24%-
HSV(B)103.12º86.49%14.51%-
XYZ0.871.430.37-
YUV26.48115.88119.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=25%
G=66.07%
B=8.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal143750.6200.860.85103.1276.198.24
HexE2553E05655674c8
Octal1645576012612514711410
Binary1110100101101111110010101101010101110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,5); }

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

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

 a { background-color: rgb(14,37,5); }

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

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

 span { border-color: rgb(14,37,5); }

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