#145409

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

Shades of Myrtle #145409

Tints of Myrtle #145409

Color information

#145409 (or 0x145409) is unknown color: approx Myrtle. HEX triplet: 14, 54 and 09. RGB value is (20,84,9). Sum of RGB (Red+Green+Blue) = 20+84+9=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #145409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145409 is #EBABF6. Grayscale: #383838. Windows color (decimal): -15444983 or 611348. OLE color: 611348.

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

Color convert

RGB20849-
CMYK0.7600.890.67
HSL111.2º80.65%18.24%-
HSV(B)111.2º89.29%32.94%-
XYZ3.516.511.33-
YUV56.31101.3102.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=17.70%
G=74.34%
B=7.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal208490.7600.890.67111.280.6518.24
Hex145494C059436f5112
Octal2412411114013110315712122
Binary101001010100100110011000101100110000111101111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145409; }

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

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

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

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

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

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

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

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