#829127

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

Shades of Trendy Green #829127

Tints of Trendy Green #829127

Color information

#829127 (or 0x829127) is unknown color: approx Trendy Green. HEX triplet: 82, 91 and 27. RGB value is (130,145,39). Sum of RGB (Red+Green+Blue) = 130+145+39=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #829127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829127 is #7D6ED8. Grayscale: #808080. Windows color (decimal): -8220377 or 2593154. OLE color: 2593154.

HSL color Cylindrical-coordinate representation of color #829127: hue angle of 68.49º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #829127 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB13014539-
CMYK0.1000.730.43
HSL68.49º57.61%36.08%-
HSV(B)68.49º73.1%56.86%-
XYZ19.725.145.73-
YUV128.4377.53129.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=41.40%
G=46.18%
B=12.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145390.1000.730.4368.4957.6136.08
Hex829127A0492B443a24
Octal20222147120111531047244
Binary10000010100100011001111010010010011010111000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829127; }

 p { color: rgb(130,145,39); }

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

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

 a { background-color: rgb(130,145,39); }

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

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

 span { border-color: rgb(130,145,39); }

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