#838525

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

Shades of Trendy Green #838525

Tints of Trendy Green #838525

Color information

#838525 (or 0x838525) is unknown color: approx Trendy Green. HEX triplet: 83, 85 and 25. RGB value is (131,133,37). Sum of RGB (Red+Green+Blue) = 131+133+37=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #838525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838525 is #7C7ADA. Grayscale: #797979. Windows color (decimal): -8157915 or 2459011. OLE color: 2459011.

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

Color convert

RGB13113337-
CMYK0.0200.720.48
HSL61.25º56.47%33.33%-
HSV(B)61.25º72.18%52.16%-
XYZ18.0821.734.99-
YUV121.4680.34134.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=43.52%
G=44.19%
B=12.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133370.0200.720.4861.2556.4733.33
Hex8385252048303d3821
Octal203205452011060757041
Binary10000011100001011001011001001000110000111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838525; }

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

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

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

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

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

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

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

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