Html Css Color HEX #829125 Trendy Green

📋 copy color: '#829125'

red 130 ◦ green 145 ◦ blue 37

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

Shades of Trendy Green #829125

Tints of Trendy Green #829125

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

 GREEN value IS 145 (57.03% from 255) = 46.47%

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

R = 41.67%
G = 46.47%
B = 11.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#829125 (or 0x829125) is known color: Trendy Green. HEX triplet: 82, 91 and 25. RGB value is (130,145,37). Sum of RGB (Red+Green+Blue) = 130+145+37=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #829125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829125 is #7D6EDA. Grayscale: #808080. Windows color (decimal): -8220379 or 2462082. OLE color: 2462082.

HSL color Cylindrical-coordinate representation of color #829125: hue angle of 68.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #829125 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 37 -
CMYK 0.10 0 0.74 0.43
HSL 68.33º 0.59% 0.36% -
HSV(B) 68.33º 0.74% 0.57% -
XYZ 19.67 25.13 5.56 -
YUV 128.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 130 145 37 0.10 0 0.74 0.43 68.33 0.59 0.36
Hex 82 91 25 A 0 4A 2B 44 3B 24
Octal 202 221 45 12 0 112 53 104 73 44
Binary 10000010 10010001 100101 1010 0 1001010 101011 1000100 111011 100100

Color Harmonies of #829125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829125

Black with #829125

Text Example


Text Example

White with #829125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829125; }

 p { color: rgb(130,145,37); }

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

background-color css

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

 a { background-color: rgb(130,145,37); }

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

border-color css

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

 span { border-color: rgb(130,145,37); }

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