#83872A

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

Shades of Trendy Green #83872A

Tints of Trendy Green #83872A

Color information

#83872A (or 0x83872A) is unknown color: approx Trendy Green. HEX triplet: 83, 87 and 2A. RGB value is (131,135,42). Sum of RGB (Red+Green+Blue) = 131+135+42=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #83872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83872A is #7C78D5. Grayscale: #7B7B7B. Windows color (decimal): -8157398 or 2787203. OLE color: 2787203.

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

Color convert

RGB13113542-
CMYK0.0300.690.47
HSL62.58º52.54%34.71%-
HSV(B)62.58º68.89%52.94%-
XYZ18.4422.325.53-
YUV123.282.17133.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=42.53%
G=43.83%
B=13.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131135420.0300.690.4762.5852.5434.71
Hex83872A30452F3f3523
Octal203207523010557776543
Binary10000011100001111010101101000101101111111111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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