#859555

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

Shades of Chelsea Cucumber #859555

Tints of Chelsea Cucumber #859555

Color information

#859555 (or 0x859555) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 95 and 55. RGB value is (133,149,85). Sum of RGB (Red+Green+Blue) = 133+149+85=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #859555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859555 is #7A6AAA. Grayscale: #898989. Windows color (decimal): -8022699 or 5608837. OLE color: 5608837.

HSL color Cylindrical-coordinate representation of color #859555: hue angle of 75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859555 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB13314985-
CMYK0.1100.430.42
HSL75º27.35%45.88%-
HSV(B)75º42.95%58.43%-
XYZ22.0627.1412.67-
YUV136.9298.7125.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=36.24%
G=40.60%
B=23.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149850.1100.430.427527.3545.88
Hex859555B02B2A4b1b2e
Octal20522512513053521133356
Binary1000010110010101101010110110101011101010100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859555; }

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

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

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

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

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

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

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

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