#0E250D

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

Shades of Myrtle #0E250D

Tints of Myrtle #0E250D

Color information

#0E250D (or 0x0E250D) is unknown color: approx Myrtle. HEX triplet: 0E, 25 and 0D. RGB value is (14,37,13). Sum of RGB (Red+Green+Blue) = 14+37+13=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #0E250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E250D is #F1DAF2. Grayscale: #1B1B1B. Windows color (decimal): -15850227 or 861454. OLE color: 861454.

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

Color convert

RGB143713-
CMYK0.6200.650.85
HSL117.5º48%9.8%-
HSV(B)117.5º64.86%14.51%-
XYZ0.921.450.61-
YUV27.39119.88118.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.88%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=21.88%
G=57.81%
B=20.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1437130.6200.650.85117.5489.8
HexE25D3E041557630a
Octal1645157601011251666012
Binary1110100101110111111001000001101010111101101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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