Html Css Color HEX #838425 Trendy Green

📋 copy color: '#838425'

red 131 ◦ green 132 ◦ blue 37

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

Shades of Trendy Green #838425

Tints of Trendy Green #838425

RGB

 RED value IS 131 (51.56% from 255) = 43.67%

 GREEN value IS 132 (51.95% from 255) = 44%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 43.67%
G = 44%
B = 12.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#838425 (or 0x838425) is known color: Trendy Green. HEX triplet: 83, 84 and 25. RGB value is (131,132,37). Sum of RGB (Red+Green+Blue) = 131+132+37=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #838425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838425 is #7C7BDA. Grayscale: #797979. Windows color (decimal): -8158171 or 2458755. OLE color: 2458755.

HSL color Cylindrical-coordinate representation of color #838425: hue angle of 60.63º 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 #838425 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 37 -
CMYK 0.01 0 0.72 0.48
HSL 60.63º 0.56% 0.33% -
HSV(B) 60.63º 0.72% 0.52% -
XYZ 17.95 21.46 4.95 -
YUV 120.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 131 132 37 0.01 0 0.72 0.48 60.63 0.56 0.33
Hex 83 84 25 1 0 48 30 3D 38 21
Octal 203 204 45 1 0 110 60 75 70 41
Binary 10000011 10000100 100101 1 0 1001000 110000 111101 111000 100001

Color Harmonies of #838425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838425

Black with #838425

Text Example


Text Example

White with #838425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838425; }

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

 H1.HeaderClassName
 {
   color: #838425;
 }
 .AnyTagClassName
 {
   color: #838425;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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