#827F33

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

Shades of Trendy Green #827F33

Tints of Trendy Green #827F33

Color information

#827F33 (or 0x827F33) is unknown color: approx Trendy Green. HEX triplet: 82, 7F and 33. RGB value is (130,127,51). Sum of RGB (Red+Green+Blue) = 130+127+51=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F33 is #7D80CC. Grayscale: #777777. Windows color (decimal): -8224973 or 3374978. OLE color: 3374978.

HSL color Cylindrical-coordinate representation of color #827F33: hue angle of 57.72º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #827F33 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13012751-
CMYK00.020.610.49
HSL57.72º43.65%35.49%-
HSV(B)57.72º60.77%50.98%-
XYZ17.3920.166.11-
YUV119.2389.49135.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=42.21%
G=41.23%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301275100.020.610.4957.7243.6535.49
Hex827F33023D313a2c23
Octal20217763027561725443
Binary100000101111111110011010111101110001111010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F33; }

 p { color: rgb(130,127,51); }

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

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

 a { background-color: rgb(130,127,51); }

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

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

 span { border-color: rgb(130,127,51); }

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