#145315

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

Shades of Myrtle #145315

Tints of Myrtle #145315

Color information

#145315 (or 0x145315) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 15. RGB value is (20,83,21). Sum of RGB (Red+Green+Blue) = 20+83+21=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #145315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145315 is #EBACEA. Grayscale: #393939. Windows color (decimal): -15445227 or 1397524. OLE color: 1397524.

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

Color convert

RGB208321-
CMYK0.7600.750.67
HSL120.95º61.17%20.2%-
HSV(B)120.95º75.9%32.55%-
XYZ3.526.391.76-
YUV57.09107.63101.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=16.13%
G=66.94%
B=16.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083210.7600.750.67120.9561.1720.2
Hex1453154C04B43793d14
Octal241232511401131031717524
Binary101001010011101011001100010010111000011111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145315; }

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

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

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

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

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

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

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

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