#859752

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

Shades of Chelsea Cucumber #859752

Tints of Chelsea Cucumber #859752

Color information

#859752 (or 0x859752) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 97 and 52. RGB value is (133,151,82). Sum of RGB (Red+Green+Blue) = 133+151+82=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #859752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859752 is #7A68AD. Grayscale: #8A8A8A. Windows color (decimal): -8022190 or 5412741. OLE color: 5412741.

HSL color Cylindrical-coordinate representation of color #859752: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859752 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB13315182-
CMYK0.1200.460.41
HSL75.65º29.61%45.69%-
HSV(B)75.65º45.7%59.22%-
XYZ22.2627.7312.16-
YUV137.7596.54124.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=36.34%
G=41.26%
B=22.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133151820.1200.460.4175.6529.6145.69
Hex859752C02E294c1e2e
Octal20522712214056511143656
Binary1000010110010111101001011000101110101001100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859752; }

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

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

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

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

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

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

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

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