Html Css Color HEX #859355 Chelsea Cucumber

📋 copy color: '#859355'

red 133 ◦ green 147 ◦ blue 85

#859355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #859355

Tints of Chelsea Cucumber #859355

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

 GREEN value IS 147 (57.81% from 255) = 40.27%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 36.44%
G = 40.27%
B = 23.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#859355 (or 0x859355) is known color: Chelsea Cucumber. HEX triplet: 85, 93 and 55. RGB value is (133,147,85). Sum of RGB (Red+Green+Blue) = 133+147+85=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #859355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859355 is #7A6CAA. Grayscale: #878787. Windows color (decimal): -8023211 or 5608325. OLE color: 5608325.

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

Color convert

RGB 133 147 85 -
CMYK 0.10 0 0.42 0.42
HSL 73.55º 0.27% 0.45% -
HSV(B) 73.55º 0.42% 0.58% -
XYZ 21.75 26.51 12.57 -
YUV 135.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 133 147 85 0.10 0 0.42 0.42 73.55 0.27 0.45
Hex 85 93 55 A 0 2A 2A 4A 1B 2D
Octal 205 223 125 12 0 52 52 112 33 55
Binary 10000101 10010011 1010101 1010 0 101010 101010 1001010 11011 101101

Color Harmonies of #859355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859355

Black with #859355

Text Example


Text Example

White with #859355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859355; }

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

 H1.HeaderClassName
 {
   color: #859355;
 }
 .AnyTagClassName
 {
   color: #859355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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