Html Css Color HEX #828318 Trendy Green

📋 copy color: '#828318'

red 130 ◦ green 131 ◦ blue 24

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

Shades of Trendy Green #828318

Tints of Trendy Green #828318

RGB

 RED value IS 130 (51.17% from 255) = 45.61%

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

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 45.61%
G = 45.96%
B = 8.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#828318 (or 0x828318) is known color: Trendy Green. HEX triplet: 82, 83 and 18. RGB value is (130,131,24). Sum of RGB (Red+Green+Blue) = 130+131+24=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #828318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828318 is #7D7CE7. Grayscale: #767676. Windows color (decimal): -8223976 or 1606530. OLE color: 1606530.

HSL color Cylindrical-coordinate representation of color #828318: hue angle of 60.56º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #828318 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 24 -
CMYK 0.01 0 0.82 0.49
HSL 60.56º 0.69% 0.3% -
HSV(B) 60.56º 0.82% 0.51% -
XYZ 17.49 21.04 4 -
YUV 118.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 130 131 24 0.01 0 0.82 0.49 60.56 0.69 0.3
Hex 82 83 18 1 0 52 31 3D 45 1E
Octal 202 203 30 1 0 122 61 75 105 36
Binary 10000010 10000011 11000 1 0 1010010 110001 111101 1000101 11110

Color Harmonies of #828318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828318

Black with #828318

Text Example


Text Example

White with #828318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828318; }

 p { color: rgb(130,131,24); }

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

background-color css

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

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

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

border-color css

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

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

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