#819E30

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

Shades of Sushi #819E30

Tints of Sushi #819E30

Color information

#819E30 (or 0x819E30) is unknown color: approx Sushi. HEX triplet: 81, 9E and 30. RGB value is (129,158,48). Sum of RGB (Red+Green+Blue) = 129+158+48=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #819E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819E30 is #7E61CF. Grayscale: #898989. Windows color (decimal): -8282576 or 3186305. OLE color: 3186305.

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

Color convert

RGB12915848-
CMYK0.1800.700.38
HSL75.82º53.4%40.39%-
HSV(B)75.82º69.62%61.96%-
XYZ21.8129.337.31-
YUV136.7977.89122.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=38.51%
G=47.16%
B=14.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129158480.1800.700.3875.8253.440.39
Hex819E3012046264c3528
Octal20123660220106461146550
Binary100000011001111011000010010010001101001101001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,158,48); }

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

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

 a { background-color: rgb(129,158,48); }

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

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

 span { border-color: rgb(129,158,48); }

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