Html Css Color HEX #828725 Trendy Green

📋 copy color: '#828725'

red 130 ◦ green 135 ◦ blue 37

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

Shades of Trendy Green #828725

Tints of Trendy Green #828725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 43.05%
G = 44.7%
B = 12.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#828725 (or 0x828725) is known color: Trendy Green. HEX triplet: 82, 87 and 25. RGB value is (130,135,37). Sum of RGB (Red+Green+Blue) = 130+135+37=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #828725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828725 is #7D78DA. Grayscale: #7A7A7A. Windows color (decimal): -8222939 or 2459522. OLE color: 2459522.

HSL color Cylindrical-coordinate representation of color #828725: hue angle of 63.06º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #828725 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 37 -
CMYK 0.04 0 0.73 0.47
HSL 63.06º 0.57% 0.34% -
HSV(B) 63.06º 0.73% 0.53% -
XYZ 18.2 22.21 5.08 -
YUV 122.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 130 135 37 0.04 0 0.73 0.47 63.06 0.57 0.34
Hex 82 87 25 4 0 49 2F 3F 39 22
Octal 202 207 45 4 0 111 57 77 71 42
Binary 10000010 10000111 100101 100 0 1001001 101111 111111 111001 100010

Color Harmonies of #828725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828725

Black with #828725

Text Example


Text Example

White with #828725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828725; }

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

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

background-color css

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

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

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

border-color css

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

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

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