#819F38

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

Shades of Sushi #819F38

Tints of Sushi #819F38

Color information

#819F38 (or 0x819F38) is unknown color: approx Sushi. HEX triplet: 81, 9F and 38. RGB value is (129,159,56). Sum of RGB (Red+Green+Blue) = 129+159+56=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #819F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819F38 is #7E60C7. Grayscale: #8A8A8A. Windows color (decimal): -8282312 or 3710849. OLE color: 3710849.

HSL color Cylindrical-coordinate representation of color #819F38: hue angle of 77.48º degrees, saturation: 0.48, 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 #819F38 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB12915956-
CMYK0.1900.650.38
HSL77.48º47.91%42.16%-
HSV(B)77.48º64.78%62.35%-
XYZ22.1729.758.32-
YUV138.2981.56121.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=37.5%
G=46.22%
B=16.28%

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
Decimal129159560.1900.650.3877.4847.9142.16
Hex819F3813041264d302a
Octal20123770230101461156052
Binary100000011001111111100010011010000011001101001101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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