#838231

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

Shades of Trendy Green #838231

Tints of Trendy Green #838231

Color information

#838231 (or 0x838231) is unknown color: approx Trendy Green. HEX triplet: 83, 82 and 31. RGB value is (131,130,49). Sum of RGB (Red+Green+Blue) = 131+130+49=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #838231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838231 is #7C7DCE. Grayscale: #797979. Windows color (decimal): -8158671 or 3244675. OLE color: 3244675.

HSL color Cylindrical-coordinate representation of color #838231: hue angle of 59.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #838231 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB13113049-
CMYK00.010.630.49
HSL59.27º45.56%35.29%-
HSV(B)59.27º62.6%51.37%-
XYZ17.921.016.02-
YUV121.0687.33135.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=42.26%
G=41.94%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311304900.010.630.4959.2745.5635.29
Hex838231013F313b2e23
Octal20320261017761735643
Binary100000111000001011000101111111110001111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838231; }

 p { color: rgb(131,130,49); }

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

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

 a { background-color: rgb(131,130,49); }

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

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

 span { border-color: rgb(131,130,49); }

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