#538D5C

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

Shades of Fruit Salad #538D5C

Tints of Fruit Salad #538D5C

Color information

#538D5C (or 0x538D5C) is unknown color: approx Fruit Salad. HEX triplet: 53, 8D and 5C. RGB value is (83,141,92). Sum of RGB (Red+Green+Blue) = 83+141+92=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #538D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D5C is #AC72A3. Grayscale: #767676. Windows color (decimal): -11301540 or 6065491. OLE color: 6065491.

HSL color Cylindrical-coordinate representation of color #538D5C: hue angle of 129.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D5C is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8314192-
CMYK0.4100.350.45
HSL129.31º25.89%43.92%-
HSV(B)129.31º41.13%55.29%-
XYZ15.0221.6613.51-
YUV118.07113.28102.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=26.27%
G=44.62%
B=29.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83141920.4100.350.45129.3125.8943.92
Hex538D5C290232D811a2c
Octal12321513451043552013254
Binary101001110001101101110010100101000111011011000000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538D5C; }

 p { color: rgb(83,141,92); }

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

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

 a { background-color: rgb(83,141,92); }

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

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

 span { border-color: rgb(83,141,92); }

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