#839550

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

Shades of Chelsea Cucumber #839550

Tints of Chelsea Cucumber #839550

Color information

#839550 (or 0x839550) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, 95 and 50. RGB value is (131,149,80). Sum of RGB (Red+Green+Blue) = 131+149+80=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #839550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839550 is #7C6AAF. Grayscale: #888888. Windows color (decimal): -8153776 or 5281155. OLE color: 5281155.

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

Color convert

RGB13114980-
CMYK0.1200.460.42
HSL75.65º30.13%44.9%-
HSV(B)75.65º46.31%58.43%-
XYZ21.5626.911.65-
YUV135.7596.54124.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=36.39%
G=41.39%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149800.1200.460.4275.6530.1344.9
Hex839550C02E2A4c1e2d
Octal20322512014056521143655
Binary1000001110010101101000011000101110101010100110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839550; }

 p { color: rgb(131,149,80); }

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

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

 a { background-color: rgb(131,149,80); }

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

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

 span { border-color: rgb(131,149,80); }

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