#859D4A

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

Shades of Chelsea Cucumber #859D4A

Tints of Chelsea Cucumber #859D4A

Color information

#859D4A (or 0x859D4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9D and 4A. RGB value is (133,157,74). Sum of RGB (Red+Green+Blue) = 133+157+74=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #859D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D4A is #7A62B5. Grayscale: #8C8C8C. Windows color (decimal): -8020662 or 4889989. OLE color: 4889989.

HSL color Cylindrical-coordinate representation of color #859D4A: hue angle of 77.35º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #859D4A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB13315774-
CMYK0.1500.530.38
HSL77.35º35.93%45.29%-
HSV(B)77.35º52.87%61.57%-
XYZ22.9729.5910.98-
YUV140.3690.55122.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=36.54%
G=43.13%
B=20.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133157740.1500.530.3877.3535.9345.29
Hex859D4AF035264d242d
Octal20523511217065461154455
Binary10000101100111011001010111101101011001101001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,74); }

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

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

 a { background-color: rgb(133,157,74); }

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

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

 span { border-color: rgb(133,157,74); }

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