#539952

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

Shades of Fruit Salad #539952

Tints of Fruit Salad #539952

Color information

#539952 (or 0x539952) is unknown color: approx Fruit Salad. HEX triplet: 53, 99 and 52. RGB value is (83,153,82). Sum of RGB (Red+Green+Blue) = 83+153+82=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #539952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539952 is #AC66AD. Grayscale: #7C7C7C. Windows color (decimal): -11298478 or 5413203. OLE color: 5413203.

HSL color Cylindrical-coordinate representation of color #539952: hue angle of 119.15º 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 #539952 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB8315382-
CMYK0.4600.460.4
HSL119.15º30.21%46.08%-
HSV(B)119.15º46.41%60%-
XYZ16.4825.2311.98-
YUV123.98104.3198.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=26.10%
G=48.11%
B=25.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153820.4600.460.4119.1530.2146.08
Hex5399522E02E28771e2e
Octal12323112256056501673656
Binary10100111001100110100101011100101110101000111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539952; }

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

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

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

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

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

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

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

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