#145413

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

Shades of Myrtle #145413

Tints of Myrtle #145413

Color information

#145413 (or 0x145413) is unknown color: approx Myrtle. HEX triplet: 14, 54 and 13. RGB value is (20,84,19). Sum of RGB (Red+Green+Blue) = 20+84+19=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #145413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145413 is #EBABEC. Grayscale: #393939. Windows color (decimal): -15444973 or 1266708. OLE color: 1266708.

HSL color Cylindrical-coordinate representation of color #145413: hue angle of 119.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145413 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB208419-
CMYK0.7600.770.67
HSL119.08º63.11%20.2%-
HSV(B)119.08º77.38%32.94%-
XYZ3.586.541.69-
YUV57.45106.3101.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 84 (33.20% from 255) = 68.29%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=16.26%
G=68.29%
B=15.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084190.7600.770.67119.0863.1120.2
Hex1454134C04D43773f14
Octal241242311401151031677724
Binary101001010100100111001100010011011000011111011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145413; }

 p { color: rgb(20,84,19); }

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

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

 a { background-color: rgb(20,84,19); }

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

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

 span { border-color: rgb(20,84,19); }

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