Html Css Color HEX #155014 Myrtle

📋 copy color: '#155014'

red 21 ◦ green 80 ◦ blue 20

#155014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #155014

Tints of Myrtle #155014

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.2% from 255) = 16.53%

R = 17.36%
G = 66.12%
B = 16.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#155014 (or 0x155014) is known color: 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

RGB 21 80 20 -
CMYK 0.74 0 0.75 0.69
HSL 119º 0.6% 0.2% -
HSV(B) 119º 0.75% 0.31% -
XYZ 3.3 5.95 1.64 -
YUV 55.52 107.95 103.38 -
System Red Green Blue C M Y K H S L
Decimal 21 80 20 0.74 0 0.75 0.69 119 0.6 0.2
Hex 15 50 14 4A 0 4B 45 77 3C 14
Octal 25 120 24 112 0 113 105 167 74 24
Binary 10101 1010000 10100 1001010 0 1001011 1000101 1110111 111100 10100

Color Harmonies of #155014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155014

Black with #155014

Text Example


Text Example

White with #155014

Text Example


Text Example

HTML Codes & Css Web 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>