#819C52

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

Shades of Chelsea Cucumber #819C52

Tints of Chelsea Cucumber #819C52

Color information

#819C52 (or 0x819C52) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 9C and 52. RGB value is (129,156,82). Sum of RGB (Red+Green+Blue) = 129+156+82=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #819C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C52 is #7E63AD. Grayscale: #8B8B8B. Windows color (decimal): -8283054 or 5414017. OLE color: 5414017.

HSL color Cylindrical-coordinate representation of color #819C52: hue angle of 81.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819C52 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB12915682-
CMYK0.1700.470.39
HSL81.89º31.09%46.67%-
HSV(B)81.89º47.44%61.18%-
XYZ22.4629.0512.41-
YUV139.4995.55120.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=35.15%
G=42.51%
B=22.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129156820.1700.470.3981.8931.0946.67
Hex819C521102F27521f2f
Octal20123412221057471223757
Binary10000001100111001010010100010101111100111101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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