#52974E

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

Shades of Fruit Salad #52974E

Tints of Fruit Salad #52974E

Color information

#52974E (or 0x52974E) is unknown color: approx Fruit Salad. HEX triplet: 52, 97 and 4E. RGB value is (82,151,78). Sum of RGB (Red+Green+Blue) = 82+151+78=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #52974E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52974E is #AD68B1. Grayscale: #7A7A7A. Windows color (decimal): -11364530 or 5150546. OLE color: 5150546.

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

Color convert

RGB8215178-
CMYK0.4600.480.41
HSL116.71º31.88%44.9%-
HSV(B)116.71º48.34%59.22%-
XYZ15.9224.4811.09-
YUV122.05103.1499.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=26.37%
G=48.55%
B=25.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151780.4600.480.41116.7131.8844.9
Hex52974E2E0302975202d
Octal12222711656060511654055
Binary101001010010111100111010111001100001010011110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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