#144706

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

Shades of Myrtle #144706

Tints of Myrtle #144706

Color information

#144706 (or 0x144706) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 06. RGB value is (20,71,6). Sum of RGB (Red+Green+Blue) = 20+71+6=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #144706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144706 is #EBB8F9. Grayscale: #303030. Windows color (decimal): -15448314 or 411412. OLE color: 411412.

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

Color convert

RGB20716-
CMYK0.7200.920.72
HSL107.08º84.42%15.1%-
HSV(B)107.08º91.55%27.84%-
XYZ2.574.670.94-
YUV48.34104.1107.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 71 (28.12% from 255) = 73.20%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=20.62%
G=73.20%
B=6.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal207160.7200.920.72107.0884.4215.1
Hex144764805C486b54f
Octal241076110013411015312417
Binary1010010001111101001000010111001001000110101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144706; }

 p { color: rgb(20,71,6); }

 H1.HeaderClassName
 {
   color: #144706;
 }
 .AnyTagClassName
 {
   color: #144706;
 }
</style>
background-color css

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

 a { background-color: rgb(20,71,6); }

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

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

 span { border-color: rgb(20,71,6); }

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