#819F37

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

Shades of Sushi #819F37

Tints of Sushi #819F37

Color information

#819F37 (or 0x819F37) is unknown color: approx Sushi. HEX triplet: 81, 9F and 37. RGB value is (129,159,55). Sum of RGB (Red+Green+Blue) = 129+159+55=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #819F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819F37 is #7E60C8. Grayscale: #8A8A8A. Windows color (decimal): -8282313 or 3645313. OLE color: 3645313.

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

Color convert

RGB12915955-
CMYK0.1900.650.38
HSL77.31º48.6%41.96%-
HSV(B)77.31º65.41%62.35%-
XYZ22.1429.748.19-
YUV138.1781.06121.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=37.61%
G=46.36%
B=16.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129159550.1900.650.3877.3148.641.96
Hex819F3713041264d312a
Octal20123767230101461156152
Binary100000011001111111011110011010000011001101001101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,159,55); }

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

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

 a { background-color: rgb(129,159,55); }

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

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

 span { border-color: rgb(129,159,55); }

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