#14300C

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

Shades of Myrtle #14300C

Tints of Myrtle #14300C

Color information

#14300C (or 0x14300C) is unknown color: approx Myrtle. HEX triplet: 14, 30 and 0C. RGB value is (20,48,12). Sum of RGB (Red+Green+Blue) = 20+48+12=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #14300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14300C is #EBCFF3. Grayscale: #232323. Windows color (decimal): -15454196 or 798740. OLE color: 798740.

HSL color Cylindrical-coordinate representation of color #14300C: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14300C is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB204812-
CMYK0.5800.750.81
HSL106.67º60%11.76%-
HSV(B)106.67º75%18.82%-
XYZ1.412.290.72-
YUV35.52114.72116.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 15%
R=25%
G=60%
B=15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048120.5800.750.81106.676011.76
Hex1430C3A04B516b3cc
Octal2460147201131211537414
Binary10100110000110011101001001011101000111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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