#829E3D

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

Shades of Sushi #829E3D

Tints of Sushi #829E3D

Color information

#829E3D (or 0x829E3D) is unknown color: approx Sushi. HEX triplet: 82, 9E and 3D. RGB value is (130,158,61). Sum of RGB (Red+Green+Blue) = 130+158+61=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #829E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829E3D is #7D61C2. Grayscale: #8A8A8A. Windows color (decimal): -8217027 or 4038274. OLE color: 4038274.

HSL color Cylindrical-coordinate representation of color #829E3D: hue angle of 77.32º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #829E3D is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB13015861-
CMYK0.1800.610.38
HSL77.32º44.29%42.94%-
HSV(B)77.32º61.39%61.96%-
XYZ22.2829.548.94-
YUV138.5784.22121.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=37.25%
G=45.27%
B=17.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130158610.1800.610.3877.3244.2942.94
Hex829E3D1203D264d2c2b
Octal2022367522075461155453
Binary10000010100111101111011001001111011001101001101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829E3D; }

 p { color: rgb(130,158,61); }

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

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

 a { background-color: rgb(130,158,61); }

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

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

 span { border-color: rgb(130,158,61); }

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