Html Css Color HEX #145512 Myrtle

📋 copy color: '#145512'

red 20 ◦ green 85 ◦ blue 18

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

Shades of Myrtle #145512

Tints of Myrtle #145512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 69.11%

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

R = 16.26%
G = 69.11%
B = 14.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#145512 (or 0x145512) is known color: Myrtle. HEX triplet: 14, 55 and 12. RGB value is (20,85,18). Sum of RGB (Red+Green+Blue) = 20+85+18=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #145512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145512 is #EBAAED. Grayscale: #3A3A3A. Windows color (decimal): -15444718 or 1201428. OLE color: 1201428.

HSL color Cylindrical-coordinate representation of color #145512: hue angle of 118.21º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145512 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 85 18 -
CMYK 0.76 0 0.79 0.67
HSL 118.21º 0.65% 0.2% -
HSV(B) 118.21º 0.79% 0.33% -
XYZ 3.65 6.69 1.67 -
YUV 57.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 20 85 18 0.76 0 0.79 0.67 118.21 0.65 0.2
Hex 14 55 12 4C 0 4F 43 76 41 14
Octal 24 125 22 114 0 117 103 166 101 24
Binary 10100 1010101 10010 1001100 0 1001111 1000011 1110110 1000001 10100

Color Harmonies of #145512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145512

Black with #145512

Text Example


Text Example

White with #145512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145512; }

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

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

background-color css

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

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

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

border-color css

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

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

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