Html Css Color HEX #145815 Myrtle

📋 copy color: '#145815'

red 20 ◦ green 88 ◦ blue 21

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

Shades of Myrtle #145815

Tints of Myrtle #145815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 68.22%

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

R = 15.5%
G = 68.22%
B = 16.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#145815 (or 0x145815) is known color: Myrtle. HEX triplet: 14, 58 and 15. RGB value is (20,88,21). Sum of RGB (Red+Green+Blue) = 20+88+21=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #145815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145815 is #EBA7EA. Grayscale: #3C3C3C. Windows color (decimal): -15443947 or 1398804. OLE color: 1398804.

HSL color Cylindrical-coordinate representation of color #145815: hue angle of 120.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145815 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 21 -
CMYK 0.77 0 0.76 0.65
HSL 120.88º 0.63% 0.21% -
HSV(B) 120.88º 0.77% 0.35% -
XYZ 3.91 7.18 1.89 -
YUV 60.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 20 88 21 0.77 0 0.76 0.65 120.88 0.63 0.21
Hex 14 58 15 4D 0 4C 41 79 3F 15
Octal 24 130 25 115 0 114 101 171 77 25
Binary 10100 1011000 10101 1001101 0 1001100 1000001 1111001 111111 10101

Color Harmonies of #145815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145815

Black with #145815

Text Example


Text Example

White with #145815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145815; }

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

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

background-color css

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

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

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

border-color css

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

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

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