Html Css Color HEX #145914 Myrtle

📋 copy color: '#145914'

red 20 ◦ green 89 ◦ blue 20

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

Shades of Myrtle #145914

Tints of Myrtle #145914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 68.99%

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

R = 15.5%
G = 68.99%
B = 15.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#145914 (or 0x145914) is known color: Myrtle. HEX triplet: 14, 59 and 14. RGB value is (20,89,20). Sum of RGB (Red+Green+Blue) = 20+89+20=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #145914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145914 is #EBA6EB. Grayscale: #3C3C3C. Windows color (decimal): -15443692 or 1333524. OLE color: 1333524.

HSL color Cylindrical-coordinate representation of color #145914: 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.78%. Process color model (Four color, CMYK) of #145914 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 20 -
CMYK 0.78 0 0.78 0.65
HSL 120º 0.63% 0.21% -
HSV(B) 120º 0.78% 0.35% -
XYZ 3.99 7.34 1.87 -
YUV 60.5 105.14 99.11 -
System Red Green Blue C M Y K H S L
Decimal 20 89 20 0.78 0 0.78 0.65 120 0.63 0.21
Hex 14 59 14 4E 0 4E 41 78 3F 15
Octal 24 131 24 116 0 116 101 170 77 25
Binary 10100 1011001 10100 1001110 0 1001110 1000001 1111000 111111 10101

Color Harmonies of #145914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145914

Black with #145914

Text Example


Text Example

White with #145914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145914; }

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

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

background-color css

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

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

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

border-color css

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

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

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