Html Css Color HEX #145818 Myrtle

📋 copy color: '#145818'

red 20 ◦ green 88 ◦ blue 24

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

Shades of Myrtle #145818

Tints of Myrtle #145818

RGB

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

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

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

R = 15.15%
G = 66.67%
B = 18.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#145818 (or 0x145818) is known color: Myrtle. HEX triplet: 14, 58 and 18. RGB value is (20,88,24). Sum of RGB (Red+Green+Blue) = 20+88+24=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #145818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145818 is #EBA7E7. Grayscale: #3C3C3C. Windows color (decimal): -15443944 or 1595412. OLE color: 1595412.

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

Color convert

RGB 20 88 24 -
CMYK 0.77 0 0.73 0.65
HSL 123.53º 0.63% 0.21% -
HSV(B) 123.53º 0.77% 0.35% -
XYZ 3.94 7.19 2.04 -
YUV 60.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 20 88 24 0.77 0 0.73 0.65 123.53 0.63 0.21
Hex 14 58 18 4D 0 49 41 7C 3F 15
Octal 24 130 30 115 0 111 101 174 77 25
Binary 10100 1011000 11000 1001101 0 1001001 1000001 1111100 111111 10101

Color Harmonies of #145818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145818

Black with #145818

Text Example


Text Example

White with #145818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145818; }

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

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

background-color css

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

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

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

border-color css

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

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

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