Html Css Color HEX #838525 Trendy Green

📋 copy color: '#838525'

red 131 ◦ green 133 ◦ blue 37

#838525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #838525

Tints of Trendy Green #838525

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 value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#838525 (or 0x838525) is known color: 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

RGB 131 133 37 -
CMYK 0.02 0 0.72 0.48
HSL 61.25º 0.56% 0.33% -
HSV(B) 61.25º 0.72% 0.52% -
XYZ 18.08 21.73 4.99 -
YUV 121.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 131 133 37 0.02 0 0.72 0.48 61.25 0.56 0.33
Hex 83 85 25 2 0 48 30 3D 38 21
Octal 203 205 45 2 0 110 60 75 70 41
Binary 10000011 10000101 100101 10 0 1001000 110000 111101 111000 100001

Color Harmonies of #838525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838525

Black with #838525

Text Example


Text Example

White with #838525

Text Example


Text Example

HTML Codes & Css Web 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>