Html Css Color HEX #145918 Myrtle

📋 copy color: '#145918'

red 20 ◦ green 89 ◦ blue 24

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

Shades of Myrtle #145918

Tints of Myrtle #145918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 15.04%
G = 66.92%
B = 18.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#145918 (or 0x145918) is known color: Myrtle. HEX triplet: 14, 59 and 18. RGB value is (20,89,24). Sum of RGB (Red+Green+Blue) = 20+89+24=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #145918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145918 is #EBA6E7. Grayscale: #3D3D3D. Windows color (decimal): -15443688 or 1595668. OLE color: 1595668.

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

Color convert

RGB 20 89 24 -
CMYK 0.78 0 0.73 0.65
HSL 123.48º 0.63% 0.21% -
HSV(B) 123.48º 0.78% 0.35% -
XYZ 4.03 7.36 2.07 -
YUV 60.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 20 89 24 0.78 0 0.73 0.65 123.48 0.63 0.21
Hex 14 59 18 4E 0 49 41 7B 3F 15
Octal 24 131 30 116 0 111 101 173 77 25
Binary 10100 1011001 11000 1001110 0 1001001 1000001 1111011 111111 10101

Color Harmonies of #145918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145918

Black with #145918

Text Example


Text Example

White with #145918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145918; }

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

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

background-color css

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

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

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

border-color css

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

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

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