#539945

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

Shades of Fruit Salad #539945

Tints of Fruit Salad #539945

Color information

#539945 (or 0x539945) is unknown color: approx Fruit Salad. HEX triplet: 53, 99 and 45. RGB value is (83,153,69). Sum of RGB (Red+Green+Blue) = 83+153+69=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #539945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539945 is #AC66BA. Grayscale: #7A7A7A. Windows color (decimal): -11298491 or 4561235. OLE color: 4561235.

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

Color convert

RGB8315369-
CMYK0.4600.550.4
HSL110º37.84%43.53%-
HSV(B)110º54.9%60%-
XYZ16.0325.059.62-
YUV122.4997.8199.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=27.21%
G=50.16%
B=22.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153690.4600.550.411037.8443.53
Hex5399452E037286e262c
Octal12323110556067501564654
Binary101001110011001100010110111001101111010001101110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539945; }

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

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

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

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

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

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

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

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