#145312

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

Shades of Myrtle #145312

Tints of Myrtle #145312

Color information

#145312 (or 0x145312) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 12. RGB value is (20,83,18). Sum of RGB (Red+Green+Blue) = 20+83+18=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #145312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145312 is #EBACED. Grayscale: #383838. Windows color (decimal): -15445230 or 1200916. OLE color: 1200916.

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

Color convert

RGB208318-
CMYK0.7600.780.67
HSL118.15º64.36%19.8%-
HSV(B)118.15º78.31%32.55%-
XYZ3.496.381.62-
YUV56.75106.13101.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 83 (32.81% from 255) = 68.60%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=16.53%
G=68.60%
B=14.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083180.7600.780.67118.1564.3619.8
Hex1453124C04E43764014
Octal2412322114011610316610024
Binary1010010100111001010011000100111010000111110110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145312; }

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

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

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

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

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

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

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

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