Html Css Color HEX #838332 Trendy Green

📋 copy color: '#838332'

red 131 ◦ green 131 ◦ blue 50

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

Shades of Trendy Green #838332

Tints of Trendy Green #838332

RGB

 RED value IS 131 (51.56% from 255) = 41.99%

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

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

R = 41.99%
G = 41.99%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#838332 (or 0x838332) is known color: Trendy Green. HEX triplet: 83, 83 and 32. RGB value is (131,131,50). Sum of RGB (Red+Green+Blue) = 131+131+50=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838332 is #7C7CCD. Grayscale: #7A7A7A. Windows color (decimal): -8158414 or 3310467. OLE color: 3310467.

HSL color Cylindrical-coordinate representation of color #838332: hue angle of 60º degrees, saturation: 0.45, 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 #838332 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 131 50 -
CMYK 0 0 0.62 0.49
HSL 60º 0.45% 0.35% -
HSV(B) 60º 0.62% 0.51% -
XYZ 18.05 21.29 6.18 -
YUV 121.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 131 131 50 0 0 0.62 0.49 60 0.45 0.35
Hex 83 83 32 0 0 3E 31 3C 2D 23
Octal 203 203 62 0 0 76 61 74 55 43
Binary 10000011 10000011 110010 0 0 111110 110001 111100 101101 100011

Color Harmonies of #838332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838332

Black with #838332

Text Example


Text Example

White with #838332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838332; }

 p { color: rgb(131,131,50); }

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

background-color css

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

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

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

border-color css

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

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

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