#819E2A

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

Shades of Sushi #819E2A

Tints of Sushi #819E2A

Color information

#819E2A (or 0x819E2A) is unknown color: approx Sushi. HEX triplet: 81, 9E and 2A. RGB value is (129,158,42). Sum of RGB (Red+Green+Blue) = 129+158+42=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #819E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819E2A is #7E61D5. Grayscale: #888888. Windows color (decimal): -8282582 or 2793089. OLE color: 2793089.

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

Color convert

RGB12915842-
CMYK0.1800.730.38
HSL75º58%39.22%-
HSV(B)75º73.42%61.96%-
XYZ21.729.296.7-
YUV136.1174.89122.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=39.21%
G=48.02%
B=12.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129158420.1800.730.38755839.22
Hex819E2A12049264b3a27
Octal20123652220111461137247
Binary100000011001111010101010010010010011001101001011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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