#859552

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

Shades of Chelsea Cucumber #859552

Tints of Chelsea Cucumber #859552

Color information

#859552 (or 0x859552) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 95 and 52. RGB value is (133,149,82). Sum of RGB (Red+Green+Blue) = 133+149+82=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #859552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859552 is #7A6AAD. Grayscale: #888888. Windows color (decimal): -8022702 or 5412229. OLE color: 5412229.

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

Color convert

RGB13314982-
CMYK0.1100.450.42
HSL74.33º29%45.29%-
HSV(B)74.33º44.97%58.43%-
XYZ21.9427.0912.06-
YUV136.5897.2125.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=36.54%
G=40.93%
B=22.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149820.1100.450.4274.332945.29
Hex859552B02D2A4a1d2d
Octal20522512213055521123555
Binary1000010110010101101001010110101101101010100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859552; }

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

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

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

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

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

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

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

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