#819E34

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

Shades of Sushi #819E34

Tints of Sushi #819E34

Color information

#819E34 (or 0x819E34) is unknown color: approx Sushi. HEX triplet: 81, 9E and 34. RGB value is (129,158,52). Sum of RGB (Red+Green+Blue) = 129+158+52=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #819E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819E34 is #7E61CB. Grayscale: #898989. Windows color (decimal): -8282572 or 3448449. OLE color: 3448449.

HSL color Cylindrical-coordinate representation of color #819E34: hue angle of 76.42º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #819E34 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB12915852-
CMYK0.1800.670.38
HSL76.42º50.48%41.18%-
HSV(B)76.42º67.09%61.96%-
XYZ21.929.377.76-
YUV137.2479.89122.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=38.05%
G=46.61%
B=15.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129158520.1800.670.3876.4250.4841.18
Hex819E3412043264c3229
Octal20123664220103461146251
Binary100000011001111011010010010010000111001101001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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