#819D50

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

Shades of Chelsea Cucumber #819D50

Tints of Chelsea Cucumber #819D50

Color information

#819D50 (or 0x819D50) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 9D and 50. RGB value is (129,157,80). Sum of RGB (Red+Green+Blue) = 129+157+80=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #819D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D50 is #7E62AF. Grayscale: #8C8C8C. Windows color (decimal): -8282800 or 5283201. OLE color: 5283201.

HSL color Cylindrical-coordinate representation of color #819D50: hue angle of 81.82º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #819D50 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB12915780-
CMYK0.1800.490.38
HSL81.82º32.49%46.47%-
HSV(B)81.82º49.04%61.57%-
XYZ22.5629.3612.07-
YUV139.8594.22120.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=35.25%
G=42.90%
B=21.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129157800.1800.490.3881.8232.4946.47
Hex819D50120312652202e
Octal20123512022061461224056
Binary100000011001110110100001001001100011001101010010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819D50; }

 p { color: rgb(129,157,80); }

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

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

 a { background-color: rgb(129,157,80); }

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

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

 span { border-color: rgb(129,157,80); }

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