#819F52

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

Shades of Chelsea Cucumber #819F52

Tints of Chelsea Cucumber #819F52

Color information

#819F52 (or 0x819F52) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 9F and 52. RGB value is (129,159,82). Sum of RGB (Red+Green+Blue) = 129+159+82=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #819F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F52 is #7E60AD. Grayscale: #8D8D8D. Windows color (decimal): -8282286 or 5414785. OLE color: 5414785.

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

Color convert

RGB12915982-
CMYK0.1900.480.38
HSL83.38º31.95%47.25%-
HSV(B)83.38º48.43%62.35%-
XYZ22.9730.0712.58-
YUV141.2594.56119.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=34.86%
G=42.97%
B=22.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129159820.1900.480.3883.3831.9547.25
Hex819F52130302653202f
Octal20123712223060461234057
Binary100000011001111110100101001101100001001101010011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,159,82); }

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

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

 a { background-color: rgb(129,159,82); }

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

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

 span { border-color: rgb(129,159,82); }

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