#819C3A

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

Shades of Sushi #819C3A

Tints of Sushi #819C3A

Color information

#819C3A (or 0x819C3A) is unknown color: approx Sushi. HEX triplet: 81, 9C and 3A. RGB value is (129,156,58). Sum of RGB (Red+Green+Blue) = 129+156+58=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #819C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819C3A is #7E63C5. Grayscale: #898989. Windows color (decimal): -8283078 or 3841153. OLE color: 3841153.

HSL color Cylindrical-coordinate representation of color #819C3A: hue angle of 76.53º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #819C3A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB12915658-
CMYK0.1700.630.39
HSL76.53º45.79%41.96%-
HSV(B)76.53º62.82%61.18%-
XYZ21.7128.758.41-
YUV136.7583.55122.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=37.61%
G=45.48%
B=16.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129156580.1700.630.3976.5345.7941.96
Hex819C3A1103F274d2e2a
Octal2012347221077471155652
Binary10000001100111001110101000101111111001111001101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,156,58); }

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

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

 a { background-color: rgb(129,156,58); }

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

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

 span { border-color: rgb(129,156,58); }

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