Html Css Color HEX #144812 Myrtle

📋 copy color: '#144812'

red 20 ◦ green 72 ◦ blue 18

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

Shades of Myrtle #144812

Tints of Myrtle #144812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 65.45%

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

R = 18.18%
G = 65.45%
B = 16.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#144812 (or 0x144812) is known color: Myrtle. HEX triplet: 14, 48 and 12. RGB value is (20,72,18). Sum of RGB (Red+Green+Blue) = 20+72+18=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #144812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144812 is #EBB7ED. Grayscale: #323232. Windows color (decimal): -15448046 or 1198100. OLE color: 1198100.

HSL color Cylindrical-coordinate representation of color #144812: hue angle of 117.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144812 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 18 -
CMYK 0.72 0 0.75 0.72
HSL 117.78º 0.6% 0.18% -
HSV(B) 117.78º 0.75% 0.28% -
XYZ 2.72 4.83 1.36 -
YUV 50.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 20 72 18 0.72 0 0.75 0.72 117.78 0.6 0.18
Hex 14 48 12 48 0 4B 48 76 3C 12
Octal 24 110 22 110 0 113 110 166 74 22
Binary 10100 1001000 10010 1001000 0 1001011 1001000 1110110 111100 10010

Color Harmonies of #144812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144812

Black with #144812

Text Example


Text Example

White with #144812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144812; }

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

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

background-color css

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

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

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

border-color css

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

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

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