#82B340

Color #82B340 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #82B340

Tints of Sushi #82B340

Color information

#82B340 (or 0x82B340) is unknown color: approx Sushi. HEX triplet: 82, B3 and 40. RGB value is (130,179,64). Sum of RGB (Red+Green+Blue) = 130+179+64=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #82B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B340 is #7D4CBF. Grayscale: #979797. Windows color (decimal): -8211648 or 4240258. OLE color: 4240258.

HSL color Cylindrical-coordinate representation of color #82B340: hue angle of 85.57º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82B340 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB13017964-
CMYK0.2700.640.30
HSL85.57º47.33%47.65%-
HSV(B)85.57º64.25%70.2%-
XYZ26.2537.3610.68-
YUV151.2478.77112.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=34.85%
G=47.99%
B=17.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179640.2700.640.3085.5747.3347.65
Hex82B3401B0401E562f30
Octal202263100330100361265760
Binary100000101011001110000001101101000000111101010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B340; }

 p { color: rgb(130,179,64); }

 H1.HeaderClassName
 {
   color: #82B340;
 }
 .AnyTagClassName
 {
   color: #82B340;
 }
</style>
background-color css

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

 a { background-color: rgb(130,179,64); }

 div.DivClassName
 {
   background-color: #82B340;
 }
 .BgClassName
 {
   background-color: #82B340;
 }
</style>
border-color css

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

 span { border-color: rgb(130,179,64); }

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