#859559

Color #859559 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #859559

Tints of Chelsea Cucumber #859559

Color information

#859559 (or 0x859559) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 95 and 59. RGB value is (133,149,89). Sum of RGB (Red+Green+Blue) = 133+149+89=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #859559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859559 is #7A6AA6. Grayscale: #898989. Windows color (decimal): -8022695 or 5870981. OLE color: 5870981.

HSL color Cylindrical-coordinate representation of color #859559: hue angle of 76º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859559 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB13314989-
CMYK0.1100.400.42
HSL76º25.21%46.67%-
HSV(B)76º40.27%58.43%-
XYZ22.2227.213.53-
YUV137.38100.7124.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=35.85%
G=40.16%
B=23.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149890.1100.400.427625.2146.67
Hex859559B0282A4c192f
Octal20522513113050521143157
Binary1000010110010101101100110110101000101010100110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859559; }

 p { color: rgb(133,149,89); }

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

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

 a { background-color: rgb(133,149,89); }

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

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

 span { border-color: rgb(133,149,89); }

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