#859E3A

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

Shades of Sushi #859E3A

Tints of Sushi #859E3A

Color information

#859E3A (or 0x859E3A) is unknown color: approx Sushi. HEX triplet: 85, 9E and 3A. RGB value is (133,158,58). Sum of RGB (Red+Green+Blue) = 133+158+58=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #859E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859E3A is #7A61C5. Grayscale: #8B8B8B. Windows color (decimal): -8020422 or 3841669. OLE color: 3841669.

HSL color Cylindrical-coordinate representation of color #859E3A: hue angle of 75º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #859E3A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB13315858-
CMYK0.1600.630.38
HSL75º46.3%42.35%-
HSV(B)75º63.29%61.96%-
XYZ22.6629.758.55-
YUV139.1282.22123.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=38.11%
G=45.27%
B=16.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133158580.1600.630.387546.342.35
Hex859E3A1003F264b2e2a
Octal2052367220077461135652
Binary10000101100111101110101000001111111001101001011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859E3A; }

 p { color: rgb(133,158,58); }

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

<style>
 a { background-color: #859E3A; }

 a { background-color: rgb(133,158,58); }

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

<style>
 span { border-color: #859E3A; }

 span { border-color: rgb(133,158,58); }

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