#0E250C

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

Shades of Myrtle #0E250C

Tints of Myrtle #0E250C

Color information

#0E250C (or 0x0E250C) is unknown color: approx Myrtle. HEX triplet: 0E, 25 and 0C. RGB value is (14,37,12). Sum of RGB (Red+Green+Blue) = 14+37+12=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #0E250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E250C is #F1DAF3. Grayscale: #1B1B1B. Windows color (decimal): -15850228 or 795918. OLE color: 795918.

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

Color convert

RGB143712-
CMYK0.6200.680.85
HSL115.2º51.02%9.61%-
HSV(B)115.2º67.57%14.51%-
XYZ0.911.440.58-
YUV27.27119.38118.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.22%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=22.22%
G=58.73%
B=19.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1437120.6200.680.85115.251.029.61
HexE25C3E044557333a
Octal1645147601041251636312
Binary1110100101110011111001000100101010111100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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