Html Css Color HEX #859F49 Chelsea Cucumber

📋 copy color: '#859F49'

red 133 ◦ green 159 ◦ blue 73

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

Shades of Chelsea Cucumber #859F49

Tints of Chelsea Cucumber #859F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 36.44%
G = 43.56%
B = 20%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#859F49 (or 0x859F49) is known color: Chelsea Cucumber. HEX triplet: 85, 9F and 49. RGB value is (133,159,73). Sum of RGB (Red+Green+Blue) = 133+159+73=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #859F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F49 is #7A60B6. Grayscale: #8D8D8D. Windows color (decimal): -8020151 or 4824965. OLE color: 4824965.

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

Color convert

RGB 133 159 73 -
CMYK 0.16 0 0.54 0.38
HSL 78.14º 0.37% 0.45% -
HSV(B) 78.14º 0.54% 0.62% -
XYZ 23.27 30.26 10.92 -
YUV 141.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 133 159 73 0.16 0 0.54 0.38 78.14 0.37 0.45
Hex 85 9F 49 10 0 36 26 4E 25 2D
Octal 205 237 111 20 0 66 46 116 45 55
Binary 10000101 10011111 1001001 10000 0 110110 100110 1001110 100101 101101

Color Harmonies of #859F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F49

Black with #859F49

Text Example


Text Example

White with #859F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,159,73); }

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

background-color css

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

 a { background-color: rgb(133,159,73); }

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

border-color css

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

 span { border-color: rgb(133,159,73); }

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