#838226

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

Shades of Trendy Green #838226

Tints of Trendy Green #838226

Color information

#838226 (or 0x838226) is unknown color: approx Trendy Green. HEX triplet: 83, 82 and 26. RGB value is (131,130,38). Sum of RGB (Red+Green+Blue) = 131+130+38=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #838226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838226 is #7C7DD9. Grayscale: #787878. Windows color (decimal): -8158682 or 2523779. OLE color: 2523779.

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

Color convert

RGB13113038-
CMYK00.010.710.49
HSL59.35º55.03%33.14%-
HSV(B)59.35º70.99%51.37%-
XYZ17.6920.934.94-
YUV119.8181.83135.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=43.81%
G=43.48%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311303800.010.710.4959.3555.0333.14
Hex8382260147313b3721
Octal203202460110761736741
Binary1000001110000010100110011000111110001111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838226; }

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

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

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

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

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

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

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

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