#859E52

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

Shades of Chelsea Cucumber #859E52

Tints of Chelsea Cucumber #859E52

Color information

#859E52 (or 0x859E52) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9E and 52. RGB value is (133,158,82). Sum of RGB (Red+Green+Blue) = 133+158+82=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #859E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E52 is #7A61AD. Grayscale: #8E8E8E. Windows color (decimal): -8020398 or 5414533. OLE color: 5414533.

HSL color Cylindrical-coordinate representation of color #859E52: hue angle of 79.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859E52 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB13315882-
CMYK0.1600.480.38
HSL79.74º31.67%47.06%-
HSV(B)79.74º48.1%61.96%-
XYZ23.4230.0512.55-
YUV141.8694.22121.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=35.66%
G=42.36%
B=21.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133158820.1600.480.3879.7431.6747.06
Hex859E52100302650202f
Octal20523612220060461204057
Binary100001011001111010100101000001100001001101010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859E52; }

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

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

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

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

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

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

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

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