#52995E

Color #52995E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #52995E

Tints of Fruit Salad #52995E

Color information

#52995E (or 0x52995E) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 5E. RGB value is (82,153,94). Sum of RGB (Red+Green+Blue) = 82+153+94=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #52995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52995E is #AD66A1. Grayscale: #7D7D7D. Windows color (decimal): -11364002 or 6199634. OLE color: 6199634.

HSL color Cylindrical-coordinate representation of color #52995E: hue angle of 130.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52995E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB8215394-
CMYK0.4600.390.4
HSL130.14º30.21%46.08%-
HSV(B)130.14º46.41%60%-
XYZ16.8925.3814.6-
YUV125.04110.4897.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=24.92%
G=46.50%
B=28.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153940.4600.390.4130.1430.2146.08
Hex52995E2E02728821e2e
Octal12223113656047502023656
Binary101001010011001101111010111001001111010001000001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52995E; }

 p { color: rgb(82,153,94); }

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

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

 a { background-color: rgb(82,153,94); }

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

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

 span { border-color: rgb(82,153,94); }

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