Html Css Color HEX #838319 Trendy Green

📋 copy color: '#838319'

red 131 ◦ green 131 ◦ blue 25

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

Shades of Trendy Green #838319

Tints of Trendy Green #838319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.71%

R = 45.64%
G = 45.64%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#838319 (or 0x838319) is known color: Trendy Green. HEX triplet: 83, 83 and 19. RGB value is (131,131,25). Sum of RGB (Red+Green+Blue) = 131+131+25=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838319 is #7C7CE6. Grayscale: #777777. Windows color (decimal): -8158439 or 1672067. OLE color: 1672067.

HSL color Cylindrical-coordinate representation of color #838319: hue angle of 60º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #838319 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 131 25 -
CMYK 0 0 0.81 0.49
HSL 60º 0.68% 0.31% -
HSV(B) 60º 0.81% 0.51% -
XYZ 17.65 21.13 4.07 -
YUV 118.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 131 131 25 0 0 0.81 0.49 60 0.68 0.31
Hex 83 83 19 0 0 51 31 3C 44 1F
Octal 203 203 31 0 0 121 61 74 104 37
Binary 10000011 10000011 11001 0 0 1010001 110001 111100 1000100 11111

Color Harmonies of #838319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838319

Black with #838319

Text Example


Text Example

White with #838319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838319; }

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

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

background-color css

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

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

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

border-color css

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

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

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