#83872D

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

Shades of Trendy Green #83872D

Tints of Trendy Green #83872D

Color information

#83872D (or 0x83872D) is unknown color: approx Trendy Green. HEX triplet: 83, 87 and 2D. RGB value is (131,135,45). Sum of RGB (Red+Green+Blue) = 131+135+45=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #83872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83872D is #7C78D2. Grayscale: #7B7B7B. Windows color (decimal): -8157395 or 2983811. OLE color: 2983811.

HSL color Cylindrical-coordinate representation of color #83872D: hue angle of 62.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83872D is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13113545-
CMYK0.0300.670.47
HSL62.67º50%35.29%-
HSV(B)62.67º66.67%52.94%-
XYZ18.522.345.82-
YUV123.5483.67133.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=42.12%
G=43.41%
B=14.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131135450.0300.670.4762.675035.29
Hex83872D30432F3f3223
Octal203207553010357776243
Binary10000011100001111011011101000011101111111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,135,45); }

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

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

 a { background-color: rgb(131,135,45); }

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

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

 span { border-color: rgb(131,135,45); }

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