#849452

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

Shades of Chelsea Cucumber #849452

Tints of Chelsea Cucumber #849452

Color information

#849452 (or 0x849452) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 94 and 52. RGB value is (132,148,82). Sum of RGB (Red+Green+Blue) = 132+148+82=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #849452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849452 is #7B6BAD. Grayscale: #878787. Windows color (decimal): -8088494 or 5411972. OLE color: 5411972.

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

Color convert

RGB13214882-
CMYK0.1100.450.42
HSL74.55º28.7%45.1%-
HSV(B)74.55º44.59%58.04%-
XYZ21.6326.6912-
YUV135.6997.7125.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=36.46%
G=40.88%
B=22.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148820.1100.450.4274.5528.745.1
Hex849452B02D2A4b1d2d
Octal20422412213055521133555
Binary1000010010010100101001010110101101101010100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849452; }

 p { color: rgb(132,148,82); }

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

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

 a { background-color: rgb(132,148,82); }

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

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

 span { border-color: rgb(132,148,82); }

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