Html Css Color HEX #145814 Myrtle

📋 copy color: '#145814'

red 20 ◦ green 88 ◦ blue 20

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

Shades of Myrtle #145814

Tints of Myrtle #145814

RGB

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

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

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

R = 15.63%
G = 68.75%
B = 15.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#145814 (or 0x145814) is known color: Myrtle. HEX triplet: 14, 58 and 14. RGB value is (20,88,20). Sum of RGB (Red+Green+Blue) = 20+88+20=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #145814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145814 is #EBA7EB. Grayscale: #3C3C3C. Windows color (decimal): -15443948 or 1333268. OLE color: 1333268.

HSL color Cylindrical-coordinate representation of color #145814: hue angle of 120º 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 #145814 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 20 -
CMYK 0.77 0 0.77 0.65
HSL 120º 0.63% 0.21% -
HSV(B) 120º 0.77% 0.35% -
XYZ 3.9 7.18 1.84 -
YUV 59.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 20 88 20 0.77 0 0.77 0.65 120 0.63 0.21
Hex 14 58 14 4D 0 4D 41 78 3F 15
Octal 24 130 24 115 0 115 101 170 77 25
Binary 10100 1011000 10100 1001101 0 1001101 1000001 1111000 111111 10101

Color Harmonies of #145814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145814

Black with #145814

Text Example


Text Example

White with #145814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145814; }

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

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

background-color css

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

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

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

border-color css

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

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

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