Html Css Color HEX #145514 Myrtle

📋 copy color: '#145514'

red 20 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #145514

Tints of Myrtle #145514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 68%

 BLUE value IS 20 (8.2% from 255) = 16%

R = 16%
G = 68%
B = 16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#145514 (or 0x145514) is known color: Myrtle. HEX triplet: 14, 55 and 14. RGB value is (20,85,20). Sum of RGB (Red+Green+Blue) = 20+85+20=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #145514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145514 is #EBAAEB. Grayscale: #3A3A3A. Windows color (decimal): -15444716 or 1332500. OLE color: 1332500.

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

Color convert

RGB 20 85 20 -
CMYK 0.76 0 0.76 0.67
HSL 120º 0.62% 0.21% -
HSV(B) 120º 0.76% 0.33% -
XYZ 3.66 6.7 1.76 -
YUV 58.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 20 85 20 0.76 0 0.76 0.67 120 0.62 0.21
Hex 14 55 14 4C 0 4C 43 78 3E 15
Octal 24 125 24 114 0 114 103 170 76 25
Binary 10100 1010101 10100 1001100 0 1001100 1000011 1111000 111110 10101

Color Harmonies of #145514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145514

Black with #145514

Text Example


Text Example

White with #145514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145514; }

 p { color: rgb(20,85,20); }

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

background-color css

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

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

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

border-color css

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

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

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