Html Css Color HEX #82783B Pesto

📋 copy color: '#82783B'

red 130 ◦ green 120 ◦ blue 59

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

Shades of Pesto #82783B

Tints of Pesto #82783B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 42.07%
G = 38.83%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82783B (or 0x82783B) is known color: Pesto. HEX triplet: 82, 78 and 3B. RGB value is (130,120,59). Sum of RGB (Red+Green+Blue) = 130+120+59=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82783B is #7D87C4. Grayscale: #747474. Windows color (decimal): -8226757 or 3897474. OLE color: 3897474.

HSL color Cylindrical-coordinate representation of color #82783B: hue angle of 51.55º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82783B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 59 -
CMYK 0 0.08 0.55 0.49
HSL 51.55º 0.38% 0.37% -
HSV(B) 51.55º 0.55% 0.51% -
XYZ 16.71 18.49 6.83 -
YUV 116.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 130 120 59 0 0.08 0.55 0.49 51.55 0.38 0.37
Hex 82 78 3B 0 8 37 31 34 26 25
Octal 202 170 73 0 10 67 61 64 46 45
Binary 10000010 1111000 111011 0 1000 110111 110001 110100 100110 100101

Color Harmonies of #82783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82783B

Black with #82783B

Text Example


Text Example

White with #82783B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82783B; }

 p { color: rgb(130,120,59); }

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

background-color css

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

 a { background-color: rgb(130,120,59); }

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

border-color css

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

 span { border-color: rgb(130,120,59); }

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