Html Css Color HEX #827F32 Trendy Green

📋 copy color: '#827F32'

red 130 ◦ green 127 ◦ blue 50

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

Shades of Trendy Green #827F32

Tints of Trendy Green #827F32

RGB

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

 GREEN value IS 127 (50% from 255) = 41.37%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 42.35%
G = 41.37%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827F32 (or 0x827F32) is known color: Trendy Green. HEX triplet: 82, 7F and 32. RGB value is (130,127,50). Sum of RGB (Red+Green+Blue) = 130+127+50=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #827F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F32 is #7D80CD. Grayscale: #777777. Windows color (decimal): -8224974 or 3309442. OLE color: 3309442.

HSL color Cylindrical-coordinate representation of color #827F32: hue angle of 57.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827F32 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 50 -
CMYK 0 0.02 0.62 0.49
HSL 57.75º 0.44% 0.35% -
HSV(B) 57.75º 0.62% 0.51% -
XYZ 17.37 20.15 5.99 -
YUV 119.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 130 127 50 0 0.02 0.62 0.49 57.75 0.44 0.35
Hex 82 7F 32 0 2 3E 31 3A 2C 23
Octal 202 177 62 0 2 76 61 72 54 43
Binary 10000010 1111111 110010 0 10 111110 110001 111010 101100 100011

Color Harmonies of #827F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F32

Black with #827F32

Text Example


Text Example

White with #827F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,50); }

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

background-color css

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

 a { background-color: rgb(130,127,50); }

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

border-color css

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

 span { border-color: rgb(130,127,50); }

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