Html Css Color HEX #848334 Trendy Green

📋 copy color: '#848334'

red 132 ◦ green 131 ◦ blue 52

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

Shades of Trendy Green #848334

Tints of Trendy Green #848334

RGB

 RED value IS 132 (51.95% from 255) = 41.9%

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

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 41.9%
G = 41.59%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#848334 (or 0x848334) is known color: Trendy Green. HEX triplet: 84, 83 and 34. RGB value is (132,131,52). Sum of RGB (Red+Green+Blue) = 132+131+52=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #848334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848334 is #7B7CCB. Grayscale: #7A7A7A. Windows color (decimal): -8092876 or 3441540. OLE color: 3441540.

HSL color Cylindrical-coordinate representation of color #848334: hue angle of 59.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #848334 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 52 -
CMYK 0 0.01 0.61 0.48
HSL 59.25º 0.43% 0.36% -
HSV(B) 59.25º 0.61% 0.52% -
XYZ 18.25 21.39 6.41 -
YUV 122.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 132 131 52 0 0.01 0.61 0.48 59.25 0.43 0.36
Hex 84 83 34 0 1 3D 30 3B 2B 24
Octal 204 203 64 0 1 75 60 73 53 44
Binary 10000100 10000011 110100 0 1 111101 110000 111011 101011 100100

Color Harmonies of #848334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848334

Black with #848334

Text Example


Text Example

White with #848334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848334; }

 p { color: rgb(132,131,52); }

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

background-color css

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

 a { background-color: rgb(132,131,52); }

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

border-color css

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

 span { border-color: rgb(132,131,52); }

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