#819752

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

Shades of Chelsea Cucumber #819752

Tints of Chelsea Cucumber #819752

Color information

#819752 (or 0x819752) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 97 and 52. RGB value is (129,151,82). Sum of RGB (Red+Green+Blue) = 129+151+82=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #819752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819752 is #7E68AD. Grayscale: #888888. Windows color (decimal): -8284334 or 5412737. OLE color: 5412737.

HSL color Cylindrical-coordinate representation of color #819752: hue angle of 79.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819752 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB12915182-
CMYK0.1500.460.41
HSL79.13º29.61%45.69%-
HSV(B)79.13º45.7%59.22%-
XYZ21.6427.4112.13-
YUV136.5697.21122.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=35.64%
G=41.71%
B=22.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129151820.1500.460.4179.1329.6145.69
Hex819752F02E294f1e2e
Octal20122712217056511173656
Binary1000000110010111101001011110101110101001100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819752; }

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

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

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

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

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

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

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

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