Html Css Color HEX #85832F Trendy Green

📋 copy color: '#85832F'

red 133 ◦ green 131 ◦ blue 47

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

Shades of Trendy Green #85832F

Tints of Trendy Green #85832F

RGB

 RED value IS 133 (52.34% from 255) = 42.77%

 GREEN value IS 131 (51.56% from 255) = 42.12%

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 42.77%
G = 42.12%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85832F (or 0x85832F) is known color: Trendy Green. HEX triplet: 85, 83 and 2F. RGB value is (133,131,47). Sum of RGB (Red+Green+Blue) = 133+131+47=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85832F is #7A7CD0. Grayscale: #7A7A7A. Windows color (decimal): -8027345 or 3113861. OLE color: 3113861.

HSL color Cylindrical-coordinate representation of color #85832F: hue angle of 58.6º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85832F is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 47 -
CMYK 0 0.02 0.65 0.48
HSL 58.6º 0.48% 0.35% -
HSV(B) 58.6º 0.65% 0.52% -
XYZ 18.3 21.42 5.86 -
YUV 122.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 133 131 47 0 0.02 0.65 0.48 58.6 0.48 0.35
Hex 85 83 2F 0 2 41 30 3B 30 23
Octal 205 203 57 0 2 101 60 73 60 43
Binary 10000101 10000011 101111 0 10 1000001 110000 111011 110000 100011

Color Harmonies of #85832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85832F

Black with #85832F

Text Example


Text Example

White with #85832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85832F; }

 p { color: rgb(133,131,47); }

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

background-color css

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

 a { background-color: rgb(133,131,47); }

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

border-color css

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

 span { border-color: rgb(133,131,47); }

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