#859D29

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

Shades of Sushi #859D29

Tints of Sushi #859D29

Color information

#859D29 (or 0x859D29) is unknown color: approx Sushi. HEX triplet: 85, 9D and 29. RGB value is (133,157,41). Sum of RGB (Red+Green+Blue) = 133+157+41=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #859D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D29 is #7A62D6. Grayscale: #898989. Windows color (decimal): -8020695 or 2727301. OLE color: 2727301.

HSL color Cylindrical-coordinate representation of color #859D29: hue angle of 72.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #859D29 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB13315741-
CMYK0.1500.740.38
HSL72.41º58.59%38.82%-
HSV(B)72.41º73.89%61.57%-
XYZ22.1329.266.58-
YUV136.674.05125.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 157 (61.72% from 255) = 47.43%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=40.18%
G=47.43%
B=12.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133157410.1500.740.3872.4158.5938.82
Hex859D29F04A26483b27
Octal20523551170112461107347
Binary10000101100111011010011111010010101001101001000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,41); }

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

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

 a { background-color: rgb(133,157,41); }

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

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

 span { border-color: rgb(133,157,41); }

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