#52994D

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

Shades of Fruit Salad #52994D

Tints of Fruit Salad #52994D

Color information

#52994D (or 0x52994D) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 4D. RGB value is (82,153,77). Sum of RGB (Red+Green+Blue) = 82+153+77=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #52994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52994D is #AD66B2. Grayscale: #7B7B7B. Windows color (decimal): -11364019 or 5085522. OLE color: 5085522.

HSL color Cylindrical-coordinate representation of color #52994D: hue angle of 116.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52994D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB8215377-
CMYK0.4600.500.4
HSL116.05º33.04%45.1%-
HSV(B)116.05º49.67%60%-
XYZ16.2125.1111.01-
YUV123.11101.9898.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=26.28%
G=49.04%
B=24.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153770.4600.500.4116.0533.0445.1
Hex52994D2E0322874212d
Octal12223111556062501644155
Binary101001010011001100110110111001100101010001110100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52994D; }

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

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

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

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

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

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

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

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