#838026

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

Shades of Trendy Green #838026

Tints of Trendy Green #838026

Color information

#838026 (or 0x838026) is unknown color: approx Trendy Green. HEX triplet: 83, 80 and 26. RGB value is (131,128,38). Sum of RGB (Red+Green+Blue) = 131+128+38=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #838026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838026 is #7C7FD9. Grayscale: #777777. Windows color (decimal): -8159194 or 2523267. OLE color: 2523267.

HSL color Cylindrical-coordinate representation of color #838026: hue angle of 58.06º 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 #838026 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB13112838-
CMYK00.020.710.49
HSL58.06º55.03%33.14%-
HSV(B)58.06º70.99%51.37%-
XYZ17.4320.44.85-
YUV118.6482.49136.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=44.11%
G=43.10%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311283800.020.710.4958.0655.0333.14
Hex8380260247313a3721
Octal203200460210761726741
Binary10000011100000001001100101000111110001111010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838026; }

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

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

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

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

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

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

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

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