#14250D

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

Shades of Myrtle #14250D

Tints of Myrtle #14250D

Color information

#14250D (or 0x14250D) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 0D. RGB value is (20,37,13). Sum of RGB (Red+Green+Blue) = 20+37+13=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #14250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250D is #EBDAF2. Grayscale: #1D1D1D. Windows color (decimal): -15457011 or 861460. OLE color: 861460.

HSL color Cylindrical-coordinate representation of color #14250D: hue angle of 102.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 #14250D is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB203713-
CMYK0.4600.650.85
HSL102.5º48%9.8%-
HSV(B)102.5º64.86%14.51%-
XYZ1.021.50.62-
YUV29.18118.87121.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=28.57%
G=52.86%
B=18.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037130.4600.650.85102.5489.8
Hex1425D2E041556630a
Octal2445155601011251466012
Binary10100100101110110111001000001101010111001101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14250D; }

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

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

<style>
 a { background-color: #14250D; }

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

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

<style>
 span { border-color: #14250D; }

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

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