#859455

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

Shades of Chelsea Cucumber #859455

Tints of Chelsea Cucumber #859455

Color information

#859455 (or 0x859455) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 94 and 55. RGB value is (133,148,85). Sum of RGB (Red+Green+Blue) = 133+148+85=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #859455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859455 is #7A6BAA. Grayscale: #888888. Windows color (decimal): -8022955 or 5608581. OLE color: 5608581.

HSL color Cylindrical-coordinate representation of color #859455: hue angle of 74.29º 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 #859455 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB13314885-
CMYK0.1000.430.42
HSL74.29º27.04%45.69%-
HSV(B)74.29º42.57%58.04%-
XYZ21.926.8212.62-
YUV136.3399.03125.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=36.34%
G=40.44%
B=23.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148850.1000.430.4274.2927.0445.69
Hex859455A02B2A4a1b2e
Octal20522412512053521123356
Binary1000010110010100101010110100101011101010100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859455; }

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

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

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

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

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

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

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

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