#155014

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

Shades of Myrtle #155014

Tints of Myrtle #155014

Color information

#155014 (or 0x155014) is unknown color: approx Myrtle. HEX triplet: 15, 50 and 14. RGB value is (21,80,20). Sum of RGB (Red+Green+Blue) = 21+80+20=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #155014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155014 is #EAAFEB. Grayscale: #373737. Windows color (decimal): -15380460 or 1331221. OLE color: 1331221.

HSL color Cylindrical-coordinate representation of color #155014: hue angle of 119º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155014 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB218020-
CMYK0.7400.750.69
HSL119º60%19.61%-
HSV(B)119º75%31.37%-
XYZ3.35.951.64-
YUV55.52107.95103.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=17.36%
G=66.12%
B=16.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180200.7400.750.691196019.61
Hex1550144A04B45773c14
Octal251202411201131051677424
Binary101011010000101001001010010010111000101111011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155014; }

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

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

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

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

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

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

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

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