#144812

Color #144812 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #144812

Tints of Myrtle #144812

Color information

#144812 (or 0x144812) is unknown color: approx 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

RGB207218-
CMYK0.7200.750.72
HSL117.78º60%17.65%-
HSV(B)117.78º75%28.24%-
XYZ2.724.831.36-
YUV50.3109.77106.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072180.7200.750.72117.786017.65
Hex1448124804B48763c12
Octal241102211001131101667422
Binary101001001000100101001000010010111001000111011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>