#82851D

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

Shades of Trendy Green #82851D

Tints of Trendy Green #82851D

Color information

#82851D (or 0x82851D) is unknown color: approx Trendy Green. HEX triplet: 82, 85 and 1D. RGB value is (130,133,29). Sum of RGB (Red+Green+Blue) = 130+133+29=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #82851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82851D is #7D7AE2. Grayscale: #787878. Windows color (decimal): -8223459 or 1934722. OLE color: 1934722.

HSL color Cylindrical-coordinate representation of color #82851D: hue angle of 61.73º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82851D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB13013329-
CMYK0.0200.780.48
HSL61.73º64.2%31.76%-
HSV(B)61.73º78.2%52.16%-
XYZ17.8221.614.39-
YUV120.2576.51134.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 29 (11.72% from 255) = 9.93%
R=44.52%
G=45.55%
B=9.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133290.0200.780.4861.7364.231.76
Hex82851D204E303e4020
Octal2022053520116607610040
Binary10000010100001011110110010011101100001111101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82851D; }

 p { color: rgb(130,133,29); }

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

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

 a { background-color: rgb(130,133,29); }

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

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

 span { border-color: rgb(130,133,29); }

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