#819B3A

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

Shades of Sushi #819B3A

Tints of Sushi #819B3A

Color information

#819B3A (or 0x819B3A) is unknown color: approx Sushi. HEX triplet: 81, 9B and 3A. RGB value is (129,155,58). Sum of RGB (Red+Green+Blue) = 129+155+58=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #819B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819B3A is #7E64C5. Grayscale: #888888. Windows color (decimal): -8283334 or 3840897. OLE color: 3840897.

HSL color Cylindrical-coordinate representation of color #819B3A: hue angle of 76.08º 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 #819B3A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB12915558-
CMYK0.1700.630.39
HSL76.08º45.54%41.76%-
HSV(B)76.08º62.58%60.78%-
XYZ21.5428.428.35-
YUV136.1783.89122.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 58 (23.05% from 255) = 16.96%
R=37.72%
G=45.32%
B=16.96%

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
Decimal129155580.1700.630.3976.0845.5441.76
Hex819B3A1103F274c2e2a
Octal2012337221077471145652
Binary10000001100110111110101000101111111001111001100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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