#817D1D

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

Shades of Trendy Green #817D1D

Tints of Trendy Green #817D1D

Color information

#817D1D (or 0x817D1D) is unknown color: approx Trendy Green. HEX triplet: 81, 7D and 1D. RGB value is (129,125,29). Sum of RGB (Red+Green+Blue) = 129+125+29=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #817D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D1D is #7E82E2. Grayscale: #737373. Windows color (decimal): -8291043 or 1932673. OLE color: 1932673.

HSL color Cylindrical-coordinate representation of color #817D1D: hue angle of 57.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #817D1D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12912529-
CMYK00.030.780.49
HSL57.6º63.29%30.98%-
HSV(B)57.6º77.52%50.59%-
XYZ16.6119.424.04-
YUV115.2579.33137.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=45.58%
G=44.17%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291252900.030.780.4957.663.2930.98
Hex817D1D034E313a3f1f
Octal201175350311661727737
Binary10000001111110111101011100111011000111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817D1D; }

 p { color: rgb(129,125,29); }

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

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

 a { background-color: rgb(129,125,29); }

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

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

 span { border-color: rgb(129,125,29); }

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