#146217

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

Shades of Myrtle #146217

Tints of Myrtle #146217

Color information

#146217 (or 0x146217) is unknown color: approx Myrtle. HEX triplet: 14, 62 and 17. RGB value is (20,98,23). Sum of RGB (Red+Green+Blue) = 20+98+23=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #146217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146217 is #EB9DE8. Grayscale: #424242. Windows color (decimal): -15441385 or 1532436. OLE color: 1532436.

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

Color convert

RGB209823-
CMYK0.8000.770.62
HSL122.31º66.1%23.14%-
HSV(B)122.31º79.59%38.43%-
XYZ4.818.952.28-
YUV66.13103.6695.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 98 (38.67% from 255) = 69.50%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=14.18%
G=69.50%
B=16.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098230.8000.770.62122.3166.123.14
Hex1462175004D3E7a4217
Octal241422712001157617210227
Binary101001100010101111010000010011011111101111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146217; }

 p { color: rgb(20,98,23); }

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

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

 a { background-color: rgb(20,98,23); }

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

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

 span { border-color: rgb(20,98,23); }

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