#819D3B

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

Shades of Sushi #819D3B

Tints of Sushi #819D3B

Color information

#819D3B (or 0x819D3B) is unknown color: approx Sushi. HEX triplet: 81, 9D and 3B. RGB value is (129,157,59). Sum of RGB (Red+Green+Blue) = 129+157+59=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #819D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819D3B is #7E62C4. Grayscale: #898989. Windows color (decimal): -8282821 or 3906945. OLE color: 3906945.

HSL color Cylindrical-coordinate representation of color #819D3B: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #819D3B is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB12915759-
CMYK0.1800.620.38
HSL77.14º45.37%42.35%-
HSV(B)77.14º62.42%61.57%-
XYZ21.929.18.6-
YUV137.4683.72121.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=37.39%
G=45.51%
B=17.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129157590.1800.620.3877.1445.3742.35
Hex819D3B1203E264d2d2a
Octal2012357322076461155552
Binary10000001100111011110111001001111101001101001101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819D3B; }

 p { color: rgb(129,157,59); }

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

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

 a { background-color: rgb(129,157,59); }

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

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

 span { border-color: rgb(129,157,59); }

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