#146805

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

Shades of Green #146805

Tints of Green #146805

Color information

#146805 (or 0x146805) is unknown color: approx Green. HEX triplet: 14, 68 and 05. RGB value is (20,104,5). Sum of RGB (Red+Green+Blue) = 20+104+5=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #146805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146805 is #EB97FA. Grayscale: #434343. Windows color (decimal): -15439867 or 354324. OLE color: 354324.

HSL color Cylindrical-coordinate representation of color #146805: hue angle of 110.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #146805 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB201045-
CMYK0.8100.950.59
HSL110.91º90.83%21.37%-
HSV(B)110.91º95.19%40.78%-
XYZ5.2710.061.81-
YUV67.692.6794.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 104 (41.02% from 255) = 80.62%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=15.50%
G=80.62%
B=3.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2010450.8100.950.59110.9190.8321.37
Hex146855105F3B6f5b15
Octal24150512101377315713325
Binary1010011010001011010001010111111110111101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146805; }

 p { color: rgb(20,104,5); }

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

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

 a { background-color: rgb(20,104,5); }

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

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

 span { border-color: rgb(20,104,5); }

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