Html Css Color HEX #808319 Trendy Green

📋 copy color: '#808319'

red 128 ◦ green 131 ◦ blue 25

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

Shades of Trendy Green #808319

Tints of Trendy Green #808319

RGB

 RED value IS 128 (50.39% from 255) = 45.07%

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

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

R = 45.07%
G = 46.13%
B = 8.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#808319 (or 0x808319) is known color: Trendy Green. HEX triplet: 80, 83 and 19. RGB value is (128,131,25). Sum of RGB (Red+Green+Blue) = 128+131+25=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #808319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808319 is #7F7CE6. Grayscale: #767676. Windows color (decimal): -8355047 or 1672064. OLE color: 1672064.

HSL color Cylindrical-coordinate representation of color #808319: hue angle of 61.7º 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 #808319 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 25 -
CMYK 0.02 0 0.81 0.49
HSL 61.7º 0.68% 0.31% -
HSV(B) 61.7º 0.81% 0.51% -
XYZ 17.19 20.89 4.05 -
YUV 118.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 128 131 25 0.02 0 0.81 0.49 61.7 0.68 0.31
Hex 80 83 19 2 0 51 31 3E 44 1F
Octal 200 203 31 2 0 121 61 76 104 37
Binary 10000000 10000011 11001 10 0 1010001 110001 111110 1000100 11111

Color Harmonies of #808319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808319

Black with #808319

Text Example


Text Example

White with #808319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808319; }

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

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

background-color css

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

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

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

border-color css

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

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

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