Html Css Color HEX #145115 Myrtle

📋 copy color: '#145115'

red 20 ◦ green 81 ◦ blue 21

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

Shades of Myrtle #145115

Tints of Myrtle #145115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 66.39%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 16.39%
G = 66.39%
B = 17.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#145115 (or 0x145115) is known color: Myrtle. HEX triplet: 14, 51 and 15. RGB value is (20,81,21). Sum of RGB (Red+Green+Blue) = 20+81+21=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #145115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145115 is #EBAEEA. Grayscale: #383838. Windows color (decimal): -15445739 or 1397012. OLE color: 1397012.

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

Color convert

RGB 20 81 21 -
CMYK 0.75 0 0.74 0.68
HSL 120.98º 0.6% 0.2% -
HSV(B) 120.98º 0.75% 0.32% -
XYZ 3.37 6.09 1.71 -
YUV 55.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 20 81 21 0.75 0 0.74 0.68 120.98 0.6 0.2
Hex 14 51 15 4B 0 4A 44 79 3C 14
Octal 24 121 25 113 0 112 104 171 74 24
Binary 10100 1010001 10101 1001011 0 1001010 1000100 1111001 111100 10100

Color Harmonies of #145115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145115

Black with #145115

Text Example


Text Example

White with #145115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145115; }

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

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

background-color css

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

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

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

border-color css

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

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

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