#145309

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

Shades of Myrtle #145309

Tints of Myrtle #145309

Color information

#145309 (or 0x145309) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 09. RGB value is (20,83,9). Sum of RGB (Red+Green+Blue) = 20+83+9=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #145309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145309 is #EBACF6. Grayscale: #373737. Windows color (decimal): -15445239 or 611092. OLE color: 611092.

HSL color Cylindrical-coordinate representation of color #145309: hue angle of 111.08º degrees, saturation: 0.8, 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 #145309 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB20839-
CMYK0.7600.890.67
HSL111.08º80.43%18.04%-
HSV(B)111.08º89.16%32.55%-
XYZ3.436.351.3-
YUV55.73101.63102.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 83 (32.81% from 255) = 74.11%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=17.86%
G=74.11%
B=8.04%

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
Decimal208390.7600.890.67111.0880.4318.04
Hex145394C059436f5012
Octal2412311114013110315712022
Binary101001010011100110011000101100110000111101111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145309; }

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

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

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

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

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

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

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

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