#539C48

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

Shades of Fruit Salad #539C48

Tints of Fruit Salad #539C48

Color information

#539C48 (or 0x539C48) is unknown color: approx Fruit Salad. HEX triplet: 53, 9C and 48. RGB value is (83,156,72). Sum of RGB (Red+Green+Blue) = 83+156+72=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #539C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C48 is #AC63B7. Grayscale: #7C7C7C. Windows color (decimal): -11297720 or 4758611. OLE color: 4758611.

HSL color Cylindrical-coordinate representation of color #539C48: hue angle of 112.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #539C48 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB8315672-
CMYK0.4700.540.39
HSL112.14º36.84%44.71%-
HSV(B)112.14º53.85%61.18%-
XYZ16.6326.0810.29-
YUV124.698.3298.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=26.69%
G=50.16%
B=23.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83156720.4700.540.39112.1436.8444.71
Hex539C482F0362770252d
Octal12323411057066471604555
Binary101001110011100100100010111101101101001111110000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539C48; }

 p { color: rgb(83,156,72); }

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

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

 a { background-color: rgb(83,156,72); }

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

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

 span { border-color: rgb(83,156,72); }

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