#14250F

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

Shades of Myrtle #14250F

Tints of Myrtle #14250F

Color information

#14250F (or 0x14250F) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 0F. RGB value is (20,37,15). Sum of RGB (Red+Green+Blue) = 20+37+15=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #14250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250F is #EBDAF0. Grayscale: #1D1D1D. Windows color (decimal): -15457009 or 992532. OLE color: 992532.

HSL color Cylindrical-coordinate representation of color #14250F: hue angle of 106.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14250F is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB203715-
CMYK0.4600.590.85
HSL106.36º42.31%10.2%-
HSV(B)106.36º59.46%14.51%-
XYZ1.041.510.69-
YUV29.41119.87121.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=27.78%
G=51.39%
B=20.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037150.4600.590.85106.3642.3110.2
Hex1425F2E03B556a2aa
Octal244517560731251525212
Binary1010010010111111011100111011101010111010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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