#14300A

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

Shades of Myrtle #14300A

Tints of Myrtle #14300A

Color information

#14300A (or 0x14300A) is unknown color: approx Myrtle. HEX triplet: 14, 30 and 0A. RGB value is (20,48,10). Sum of RGB (Red+Green+Blue) = 20+48+10=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #14300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14300A is #EBCFF5. Grayscale: #232323. Windows color (decimal): -15454198 or 667668. OLE color: 667668.

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

Color convert

RGB204810-
CMYK0.5800.790.81
HSL104.21º65.52%11.37%-
HSV(B)104.21º79.17%18.82%-
XYZ1.42.280.65-
YUV35.3113.72117.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=25.64%
G=61.54%
B=12.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048100.5800.790.81104.2165.5211.37
Hex1430A3A04F516842b
Octal24601272011712115010213
Binary101001100001010111010010011111010001110100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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