#838225

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

Shades of Trendy Green #838225

Tints of Trendy Green #838225

Color information

#838225 (or 0x838225) is unknown color: approx Trendy Green. HEX triplet: 83, 82 and 25. RGB value is (131,130,37). Sum of RGB (Red+Green+Blue) = 131+130+37=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #838225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838225 is #7C7DDA. Grayscale: #787878. Windows color (decimal): -8158683 or 2458243. OLE color: 2458243.

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

Color convert

RGB13113037-
CMYK00.010.720.49
HSL59.36º55.95%32.94%-
HSV(B)59.36º71.76%51.37%-
XYZ17.6820.924.86-
YUV119.781.33136.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=43.96%
G=43.62%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311303700.010.720.4959.3655.9532.94
Hex8382250148313b3821
Octal203202450111061737041
Binary1000001110000010100101011001000110001111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838225; }

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

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

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

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

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

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

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

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