#14360F

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

Shades of Myrtle #14360F

Tints of Myrtle #14360F

Color information

#14360F (or 0x14360F) is unknown color: approx Myrtle. HEX triplet: 14, 36 and 0F. RGB value is (20,54,15). Sum of RGB (Red+Green+Blue) = 20+54+15=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #14360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14360F is #EBC9F0. Grayscale: #272727. Windows color (decimal): -15452657 or 996884. OLE color: 996884.

HSL color Cylindrical-coordinate representation of color #14360F: hue angle of 112.31º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14360F is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB205415-
CMYK0.6300.720.79
HSL112.31º56.52%13.53%-
HSV(B)112.31º72.22%21.18%-
XYZ1.692.820.91-
YUV39.39114.24114.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 54 (21.48% from 255) = 60.67%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=22.47%
G=60.67%
B=16.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054150.6300.720.79112.3156.5213.53
Hex1436F3F0484F7039e
Octal2466177701101171607116
Binary10100110110111111111101001000100111111100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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