Html Css Color HEX #145017 Myrtle

📋 copy color: '#145017'

red 20 ◦ green 80 ◦ blue 23

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

Shades of Myrtle #145017

Tints of Myrtle #145017

RGB

 RED value IS 20 (8.2% from 255) = 16.26%

 GREEN value IS 80 (31.64% from 255) = 65.04%

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 16.26%
G = 65.04%
B = 18.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#145017 (or 0x145017) is known color: Myrtle. HEX triplet: 14, 50 and 17. RGB value is (20,80,23). Sum of RGB (Red+Green+Blue) = 20+80+23=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #145017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145017 is #EBAFE8. Grayscale: #373737. Windows color (decimal): -15445993 or 1527828. OLE color: 1527828.

HSL color Cylindrical-coordinate representation of color #145017: hue angle of 123º 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 #145017 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 23 -
CMYK 0.75 0 0.71 0.69
HSL 123º 0.6% 0.2% -
HSV(B) 123º 0.75% 0.31% -
XYZ 3.31 5.95 1.78 -
YUV 55.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 20 80 23 0.75 0 0.71 0.69 123 0.6 0.2
Hex 14 50 17 4B 0 47 45 7B 3C 14
Octal 24 120 27 113 0 107 105 173 74 24
Binary 10100 1010000 10111 1001011 0 1000111 1000101 1111011 111100 10100

Color Harmonies of #145017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145017

Black with #145017

Text Example


Text Example

White with #145017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145017; }

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

 H1.HeaderClassName
 {
   color: #145017;
 }
 .AnyTagClassName
 {
   color: #145017;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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