Html Css Color HEX #145919 Myrtle

📋 copy color: '#145919'

red 20 ◦ green 89 ◦ blue 25

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

Shades of Myrtle #145919

Tints of Myrtle #145919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 14.93%
G = 66.42%
B = 18.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#145919 (or 0x145919) is known color: Myrtle. HEX triplet: 14, 59 and 19. RGB value is (20,89,25). Sum of RGB (Red+Green+Blue) = 20+89+25=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #145919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145919 is #EBA6E6. Grayscale: #3D3D3D. Windows color (decimal): -15443687 or 1661204. OLE color: 1661204.

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

Color convert

RGB 20 89 25 -
CMYK 0.78 0 0.72 0.65
HSL 124.35º 0.63% 0.21% -
HSV(B) 124.35º 0.78% 0.35% -
XYZ 4.04 7.36 2.13 -
YUV 61.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 20 89 25 0.78 0 0.72 0.65 124.35 0.63 0.21
Hex 14 59 19 4E 0 48 41 7C 3F 15
Octal 24 131 31 116 0 110 101 174 77 25
Binary 10100 1011001 11001 1001110 0 1001000 1000001 1111100 111111 10101

Color Harmonies of #145919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145919

Black with #145919

Text Example


Text Example

White with #145919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145919; }

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

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

background-color css

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

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

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

border-color css

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

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

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