#539842

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

Shades of Fruit Salad #539842

Tints of Fruit Salad #539842

Color information

#539842 (or 0x539842) is unknown color: approx Fruit Salad. HEX triplet: 53, 98 and 42. RGB value is (83,152,66). Sum of RGB (Red+Green+Blue) = 83+152+66=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #539842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539842 is #AC67BD. Grayscale: #797979. Windows color (decimal): -11298750 or 4364371. OLE color: 4364371.

HSL color Cylindrical-coordinate representation of color #539842: hue angle of 108.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539842 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB8315266-
CMYK0.4500.570.40
HSL108.14º39.45%42.75%-
HSV(B)108.14º56.58%59.61%-
XYZ15.7824.699.09-
YUV121.5696.64100.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=27.57%
G=50.50%
B=21.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152660.4500.570.40108.1439.4542.75
Hex5398422D039286c272b
Octal12323010255071501544753
Binary101001110011000100001010110101110011010001101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539842; }

 p { color: rgb(83,152,66); }

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

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

 a { background-color: rgb(83,152,66); }

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

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

 span { border-color: rgb(83,152,66); }

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