Html Css Color HEX #85832D Trendy Green

📋 copy color: '#85832D'

red 133 ◦ green 131 ◦ blue 45

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

Shades of Trendy Green #85832D

Tints of Trendy Green #85832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 43.04%
G = 42.39%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85832D (or 0x85832D) is known color: Trendy Green. HEX triplet: 85, 83 and 2D. RGB value is (133,131,45). Sum of RGB (Red+Green+Blue) = 133+131+45=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85832D is #7A7CD2. Grayscale: #7A7A7A. Windows color (decimal): -8027347 or 2982789. OLE color: 2982789.

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

Color convert

RGB 133 131 45 -
CMYK 0 0.02 0.66 0.48
HSL 58.64º 0.49% 0.35% -
HSV(B) 58.64º 0.66% 0.52% -
XYZ 18.26 21.41 5.65 -
YUV 121.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 133 131 45 0 0.02 0.66 0.48 58.64 0.49 0.35
Hex 85 83 2D 0 2 42 30 3B 31 23
Octal 205 203 55 0 2 102 60 73 61 43
Binary 10000101 10000011 101101 0 10 1000010 110000 111011 110001 100011

Color Harmonies of #85832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85832D

Black with #85832D

Text Example


Text Example

White with #85832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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