Html Css Color HEX #145809 Myrtle

📋 copy color: '#145809'

red 20 ◦ green 88 ◦ blue 9

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

Shades of Myrtle #145809

Tints of Myrtle #145809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 17.09%
G = 75.21%
B = 7.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#145809 (or 0x145809) is known color: Myrtle. HEX triplet: 14, 58 and 09. RGB value is (20,88,9). Sum of RGB (Red+Green+Blue) = 20+88+9=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #145809 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145809 is #EBA7F6. Grayscale: #3A3A3A. Windows color (decimal): -15443959 or 612372. OLE color: 612372.

HSL color Cylindrical-coordinate representation of color #145809: hue angle of 111.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145809 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 9 -
CMYK 0.77 0 0.90 0.65
HSL 111.65º 0.81% 0.19% -
HSV(B) 111.65º 0.9% 0.35% -
XYZ 3.83 7.15 1.44 -
YUV 58.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 20 88 9 0.77 0 0.90 0.65 111.65 0.81 0.19
Hex 14 58 9 4D 0 5A 41 70 51 13
Octal 24 130 11 115 0 132 101 160 121 23
Binary 10100 1011000 1001 1001101 0 1011010 1000001 1110000 1010001 10011

Color Harmonies of #145809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145809

Black with #145809

Text Example


Text Example

White with #145809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145809; }

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

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

background-color css

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

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

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

border-color css

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

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

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