#14270C

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

Shades of Myrtle #14270C

Tints of Myrtle #14270C

Color information

#14270C (or 0x14270C) is unknown color: approx Myrtle. HEX triplet: 14, 27 and 0C. RGB value is (20,39,12). Sum of RGB (Red+Green+Blue) = 20+39+12=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #14270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14270C is #EBD8F3. Grayscale: #1E1E1E. Windows color (decimal): -15456500 or 796436. OLE color: 796436.

HSL color Cylindrical-coordinate representation of color #14270C: hue angle of 102.22º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14270C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB203912-
CMYK0.4900.690.85
HSL102.22º52.94%10%-
HSV(B)102.22º69.23%15.29%-
XYZ1.081.630.6-
YUV30.24117.71120.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 39 (15.62% from 255) = 54.93%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=28.17%
G=54.93%
B=16.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039120.4900.690.85102.2252.9410
Hex1427C31045556635a
Octal2447146101051251466512
Binary10100100111110011000101000101101010111001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14270C; }

 p { color: rgb(20,39,12); }

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

<style>
 a { background-color: #14270C; }

 a { background-color: rgb(20,39,12); }

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

<style>
 span { border-color: #14270C; }

 span { border-color: rgb(20,39,12); }

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