Html Css Color HEX #827D19 Trendy Green

📋 copy color: '#827D19'

red 130 ◦ green 125 ◦ blue 25

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

Shades of Trendy Green #827D19

Tints of Trendy Green #827D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.64%

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 46.43%
G = 44.64%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#827D19 (or 0x827D19) is known color: Trendy Green. HEX triplet: 82, 7D and 19. RGB value is (130,125,25). Sum of RGB (Red+Green+Blue) = 130+125+25=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D19 is #7D82E6. Grayscale: #737373. Windows color (decimal): -8225511 or 1670530. OLE color: 1670530.

HSL color Cylindrical-coordinate representation of color #827D19: hue angle of 57.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #827D19 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 25 -
CMYK 0 0.04 0.81 0.49
HSL 57.14º 0.68% 0.3% -
HSV(B) 57.14º 0.81% 0.51% -
XYZ 16.72 19.48 3.8 -
YUV 115.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 130 125 25 0 0.04 0.81 0.49 57.14 0.68 0.3
Hex 82 7D 19 0 4 51 31 39 44 1E
Octal 202 175 31 0 4 121 61 71 104 36
Binary 10000010 1111101 11001 0 100 1010001 110001 111001 1000100 11110

Color Harmonies of #827D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D19

Black with #827D19

Text Example


Text Example

White with #827D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827D19; }

 p { color: rgb(130,125,25); }

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

background-color css

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

 a { background-color: rgb(130,125,25); }

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

border-color css

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

 span { border-color: rgb(130,125,25); }

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