Html Css Color HEX #827C1D Trendy Green

📋 copy color: '#827C1D'

red 130 ◦ green 124 ◦ blue 29

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

Shades of Trendy Green #827C1D

Tints of Trendy Green #827C1D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.82%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 45.94%
G = 43.82%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#827C1D (or 0x827C1D) is known color: Trendy Green. HEX triplet: 82, 7C and 1D. RGB value is (130,124,29). Sum of RGB (Red+Green+Blue) = 130+124+29=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C1D is #7D83E2. Grayscale: #737373. Windows color (decimal): -8225763 or 1932418. OLE color: 1932418.

HSL color Cylindrical-coordinate representation of color #827C1D: hue angle of 56.44º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #827C1D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 29 -
CMYK 0 0.05 0.78 0.49
HSL 56.44º 0.64% 0.31% -
HSV(B) 56.44º 0.78% 0.51% -
XYZ 16.64 19.25 4 -
YUV 114.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 130 124 29 0 0.05 0.78 0.49 56.44 0.64 0.31
Hex 82 7C 1D 0 5 4E 31 38 40 1F
Octal 202 174 35 0 5 116 61 70 100 37
Binary 10000010 1111100 11101 0 101 1001110 110001 111000 1000000 11111

Color Harmonies of #827C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C1D

Black with #827C1D

Text Example


Text Example

White with #827C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,29); }

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

background-color css

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

 a { background-color: rgb(130,124,29); }

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

border-color css

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

 span { border-color: rgb(130,124,29); }

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