Html Css Color HEX #145812 Myrtle

📋 copy color: '#145812'

red 20 ◦ green 88 ◦ blue 18

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

Shades of Myrtle #145812

Tints of Myrtle #145812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 15.87%
G = 69.84%
B = 14.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#145812 (or 0x145812) is known color: Myrtle. HEX triplet: 14, 58 and 12. RGB value is (20,88,18). Sum of RGB (Red+Green+Blue) = 20+88+18=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #145812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145812 is #EBA7ED. Grayscale: #3B3B3B. Windows color (decimal): -15443950 or 1202196. OLE color: 1202196.

HSL color Cylindrical-coordinate representation of color #145812: hue angle of 118.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145812 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 18 -
CMYK 0.77 0 0.80 0.65
HSL 118.29º 0.66% 0.21% -
HSV(B) 118.29º 0.8% 0.35% -
XYZ 3.89 7.17 1.75 -
YUV 59.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 20 88 18 0.77 0 0.80 0.65 118.29 0.66 0.21
Hex 14 58 12 4D 0 50 41 76 42 15
Octal 24 130 22 115 0 120 101 166 102 25
Binary 10100 1011000 10010 1001101 0 1010000 1000001 1110110 1000010 10101

Color Harmonies of #145812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145812

Black with #145812

Text Example


Text Example

White with #145812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145812; }

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

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

background-color css

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

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

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

border-color css

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

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

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