#859F35

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

Shades of Sushi #859F35

Tints of Sushi #859F35

Color information

#859F35 (or 0x859F35) is unknown color: approx Sushi. HEX triplet: 85, 9F and 35. RGB value is (133,159,53). Sum of RGB (Red+Green+Blue) = 133+159+53=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #859F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F35 is #7A60CA. Grayscale: #8B8B8B. Windows color (decimal): -8020171 or 3514245. OLE color: 3514245.

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

Color convert

RGB13315953-
CMYK0.1600.670.38
HSL74.72º50%41.57%-
HSV(B)74.72º66.67%62.35%-
XYZ22.7130.047.97-
YUV139.1479.39123.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=38.55%
G=46.09%
B=15.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133159530.1600.670.3874.725041.57
Hex859F3510043264b322a
Octal20523765200103461136252
Binary100001011001111111010110000010000111001101001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,159,53); }

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

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

 a { background-color: rgb(133,159,53); }

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

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

 span { border-color: rgb(133,159,53); }

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